summaryrefslogtreecommitdiffstats
path: root/gcc/objc/sarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc/sarray.h')
-rw-r--r--gcc/objc/sarray.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h
index 9e2c27be71b..d43c6ee2bb4 100644
--- a/gcc/objc/sarray.h
+++ b/gcc/objc/sarray.h
@@ -39,7 +39,11 @@ extern const char* __objc_sparse2_id;
extern const char* __objc_sparse3_id;
#endif
+#ifdef IN_GCC
#include "gstddef.h"
+#else
+#include "stddef.h"
+#endif
extern int nbuckets; /* for stats */
extern int nindices;
OpenPOWER on IntegriCloud