Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in	2010-06-08 21:00:52.000000000 +0100
+++ gcc/Makefile.in	2010-06-08 21:07:10.000000000 +0100
@@ -2059,7 +2061,7 @@ lto-wrapper$(exeext): lto-wrapper.o intl
 	$(COMPILER) $(ALL_COMPILERFLAGS) $(LDFLAGS) -o T$@ lto-wrapper.o intl.o $(LIBS)
 	mv -f T$@ $@
 
-lto-wrapper.o: lto-wrapper.c $(CONFIG_H) $(SYSTEM_H) defaults.h intl.h \
+lto-wrapper.o: lto-wrapper.c $(CONFIG_H) $(SYSTEM_H) coretypes.h intl.h \
 	$(OBSTACK_H)
 
 # Files used by all variants of C.
Index: gcc/lto-wrapper.c
===================================================================
--- gcc/lto-wrapper.c	2010-06-08 21:07:25.000000000 +0100
+++ gcc/lto-wrapper.c	2010-06-08 21:07:32.000000000 +0100
@@ -39,12 +39,12 @@ Software Foundation; either version 3, o
 
 #include "config.h"
 #include "system.h"
+#include "coretypes.h"
 #include <errno.h>
 #include <signal.h>
 #if ! defined( SIGCHLD ) && defined( SIGCLD )
 #  define SIGCHLD SIGCLD
 #endif
-#include "defaults.h"
 #include "intl.h"
 #include "libiberty.h"
 #include "obstack.h"
