c-pragma.c: Include ggc.h.
authorRichard Henderson <rth@gcc.gnu.org>
Sun, 19 Sep 1999 09:56:11 +0000 (02:56 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 19 Sep 1999 09:56:11 +0000 (02:56 -0700)
        * c-pragma.c: Include ggc.h.
        * Makefile.in (c-pragma.o): Update.

From-SVN: r29507

gcc/Makefile.in
gcc/c-pragma.c

index 0a3435e1cb8f562385188f8e44e5c75061bb7be6..42c42f93a373e7cd66afbe6a2e6bef0e9fdb2d5b 100644 (file)
@@ -1337,7 +1337,7 @@ c-aux-info.o : c-aux-info.c  $(CONFIG_H) system.h $(TREE_H) c-tree.h \
     c-common.h flags.h toplev.h
 c-convert.o : c-convert.c $(CONFIG_H) system.h $(TREE_H) flags.h toplev.h
 c-pragma.o: c-pragma.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) function.h \
-    defaults.h c-pragma.h toplev.h
+    defaults.h c-pragma.h toplev.h ggc.h
 c-iterate.o: c-iterate.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-tree.h \
     c-common.h flags.h toplev.h $(EXPR_H)
 mbchar.o: mbchar.c $(CONFIG_H) system.h mbchar.h
index ba0c83673908d3fcd4792067bbc4031deaa31a60..47f9ce490b1d6b8ff9165f807bf22b71759af89f 100644 (file)
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA.  */
 #include "c-pragma.h"
 #include "flags.h"
 #include "toplev.h"
+#include "ggc.h"
 
 #ifdef HANDLE_GENERIC_PRAGMAS