From: Richard Stallman Date: Sun, 21 Mar 1993 18:58:22 +0000 (+0000) Subject: #include "obstack.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bb8e5b1b8ec498ddedf50e9d6edd814b324d061;p=gcc.git #include "obstack.h". From-SVN: r3811 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index db0a5e11e72..21dedef1ba9 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "c-lex.h" #include "c-tree.h" #include "flags.h" +#include "obstack.h" #include extern struct obstack permanent_obstack;