diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-19 09:56:11 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-19 09:56:11 +0000 |
commit | abda829bd229f29f065266c63b9085101b6bb07e (patch) | |
tree | c54b7238c99b86c675003f90e8bb21802f23c1d2 /gcc/c-pragma.c | |
parent | 3f3d36b6af28c5d5a5e1290b2ad40b5fc7b7abfd (diff) | |
download | gcc-abda829bd229f29f065266c63b9085101b6bb07e.tar.gz |
* c-pragma.c: Include ggc.h.
* Makefile.in (c-pragma.o): Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29507 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r-- | gcc/c-pragma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index ba0c8367390..47f9ce490b1 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -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 |