diff options
author | Diego Novillo <dnovillo@redhat.com> | 2002-02-22 04:23:21 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2002-02-21 23:23:21 -0500 |
commit | 29ac78d5fe05c668d51933a723cae86187886383 (patch) | |
tree | 29712a38f5d1bda3f68c984c922de277b8a3903d /gcc | |
parent | a37049c13bcfa6f7397fa547abebc074aa74b9e9 (diff) | |
download | gcc-29ac78d5fe05c668d51933a723cae86187886383.zip gcc-29ac78d5fe05c668d51933a723cae86187886383.tar.gz gcc-29ac78d5fe05c668d51933a723cae86187886383.tar.bz2 |
* langhooks.c: Include flags.h.
From-SVN: r49955
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/langhooks.c | 1 |
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" |