aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-04-23 09:28:09 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1997-04-23 09:28:09 -0400
commit5646e8683ca2e40e0038e7e0be60a9b985685e5a (patch)
tree43d1119298bd0a7e02d9af08b759a00616a228fb /gcc
parent5bcb3f1345dc0d9552e03e8f25954bae576cb1aa (diff)
downloadgcc-5646e8683ca2e40e0038e7e0be60a9b985685e5a.zip
gcc-5646e8683ca2e40e0038e7e0be60a9b985685e5a.tar.gz
gcc-5646e8683ca2e40e0038e7e0be60a9b985685e5a.tar.bz2
Add includes for config.h, stdio.h, and flags.h.
From-SVN: r13958
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/nextstep.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config/nextstep.c b/gcc/config/nextstep.c
index 3d6286d..e909a94 100644
--- a/gcc/config/nextstep.c
+++ b/gcc/config/nextstep.c
@@ -1,5 +1,5 @@
/* Functions for generic NeXT as target machine for GNU C compiler.
- Copyright (C) 1989, 90-93, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1989, 90-93, 96, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -18,7 +18,10 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include <tree.h>
+#include "config.h"
+#include <stdio.h>
+#include "flags.h"
+#include "tree.h"
/* Make everything that used to go in the text section really go there. */