aboutsummaryrefslogtreecommitdiff
path: root/gcc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/main.c')
-rw-r--r--gcc/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/main.c b/gcc/main.c
index 1513712d..49418bd 100644
--- a/gcc/main.c
+++ b/gcc/main.c
@@ -17,7 +17,8 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#include "ansidecl.h"
+#include "config.h"
+#include "system.h"
#include "toplev.h"
int main PARAMS ((int argc, char **argv));