c-pragma.c: Include ggc.h.

* c-pragma.c: Include ggc.h.
        * Makefile.in (c-pragma.o): Update.

From-SVN: r29507
This commit is contained in:
Richard Henderson 1999-09-19 02:56:11 -07:00
parent aadf648665
commit da9da1341c
2 changed files with 2 additions and 1 deletions

View 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

View 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