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/langhooks.c | |
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/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |