aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/sarray.h
diff options
context:
space:
mode:
authorKresten Krab Thorup <krab@gcc.gnu.org>1993-04-26 07:40:03 +0000
committerKresten Krab Thorup <krab@gcc.gnu.org>1993-04-26 07:40:03 +0000
commite312f9659f19f47ec5029920406f79d2ab314915 (patch)
tree52a397468ae2894d27ce271abcc1bb370e234fcc /gcc/objc/sarray.h
parentc4558090146c85ed9551097cc7ddd9664b234950 (diff)
downloadgcc-e312f9659f19f47ec5029920406f79d2ab314915.zip
gcc-e312f9659f19f47ec5029920406f79d2ab314915.tar.gz
gcc-e312f9659f19f47ec5029920406f79d2ab314915.tar.bz2
Updated to use IN_OBJC
From-SVN: r4232
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 7706ceb..6d40500 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_OBJC
+#include "gstddef.h"
+#else
#include <stddef.h>
+#endif
extern int nbuckets; /* for stats */
extern int nindices;