h8300.c: Include ggc.h.
authorKazu Hirata <kazu@hxi.com>
Mon, 16 Oct 2000 19:20:38 +0000 (19:20 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 16 Oct 2000 19:20:38 +0000 (19:20 +0000)
2000-10-16  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.c: Include ggc.h.

From-SVN: r36890

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 205785ad5706ad460b51c5ef41346a75cd60d5de..3310db9dc4df4e411a1ccd46ee268840e3c2e93f 100644 (file)
@@ -31,7 +31,7 @@
 
 2000-10-16  Kazu Hirata  <kazu@hxi.com>
 
-       * config/h8300/h8300.c: Remove obstack.
+       * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
 
 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
 
index 7abe9a7bebccf904efe1557fb5b7354c325e67e8..11cc3508ed71f217e3ccca1902c956a63499dbce 100644 (file)
@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA.  */
 #include "toplev.h"
 #include "c-pragma.h"
 #include "tm_p.h"
+#include "ggc.h"
 
 /* Forward declarations.  */
 static int h8300_interrupt_function_p PARAMS ((tree));