diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index d12d90e6b3b..f2d5e5b0af8 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -52,6 +52,7 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "ggc.h" #include "c-family/c-common.h" +#include "c-family/c-objc.h" #include "vec.h" #include "target.h" #include "cgraph.h" |