* langhooks.c: Include flags.h.
authorDiego Novillo <dnovillo@redhat.com>
Fri, 22 Feb 2002 04:23:21 +0000 (04:23 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Fri, 22 Feb 2002 04:23:21 +0000 (23:23 -0500)
From-SVN: r49955

gcc/ChangeLog
gcc/langhooks.c

index 347c7f8461503bd8f48622cb8646abfd840b5611..decd41c4851837fae71d7d23ef9f8d45ac5c20b5 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-21  Diego Novillo  <dnovillo@redhat.com>
+
+       * langhooks.c: Include flags.h.
+
 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
 
        * testsuite/gcc.dg/attr-alwaysinline.c: New.
index c189a3b50b90ce4caa4b25cacf4cfbbbba424e71..de5519caf209088d7a2139ebb61f3b1b12372a22 100644 (file)
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA.  */
 #include "rtl.h"
 #include "insn-config.h"
 #include "integrate.h"
+#include "flags.h"
 #include "langhooks.h"
 #include "langhooks-def.h"