diff options
author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-26 07:40:03 +0000 |
---|---|---|
committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-26 07:40:03 +0000 |
commit | e312f9659f19f47ec5029920406f79d2ab314915 (patch) | |
tree | 52a397468ae2894d27ce271abcc1bb370e234fcc /gcc/objc/sarray.h | |
parent | c4558090146c85ed9551097cc7ddd9664b234950 (diff) | |
download | gcc-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.h | 4 |
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; |