===================================================================
@@ -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.
===================================================================
@@ -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"