aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/langhooks.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 347c7f8..decd41c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index c189a3b..de5519c 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -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"