summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/ansify.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/ansify.c')
-rw-r--r--contrib/gcc/f/ansify.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/gcc/f/ansify.c b/contrib/gcc/f/ansify.c
index ec99107..b03206d 100644
--- a/contrib/gcc/f/ansify.c
+++ b/contrib/gcc/f/ansify.c
@@ -1,5 +1,5 @@
/* ansify.c
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 2003 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
@@ -19,8 +19,10 @@ along with GNU Fortran; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#include "hconfig.h"
+#include "bconfig.h"
#include "system.h"
+#include "coretypes.h"
+#include "tm.h"
#define die_unless(c) \
do if (!(c)) \
OpenPOWER on IntegriCloud