* langhooks.c: Include flags.h.

From-SVN: r49955
This commit is contained in:
Diego Novillo 2002-02-22 04:23:21 +00:00 committed by Diego Novillo
parent a37049c13b
commit 29ac78d5fe
2 changed files with 5 additions and 0 deletions

View 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.

View 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"