Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/demangle.h b/include/demangle.h
index c3fdb036d..dfe420692 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -23,6 +23,11 @@
#include "ansidecl.h"
+#ifdef ANSI_PROTOTYPES
+/* Get a definition for size_t. */
+#include <stddef.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */