diff options
Diffstat (limited to 'gcc/scan-decls.c')
-rw-r--r-- | gcc/scan-decls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/scan-decls.c b/gcc/scan-decls.c index e56401d066f..62afffbe9d7 100644 --- a/gcc/scan-decls.c +++ b/gcc/scan-decls.c @@ -18,8 +18,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Per Bothner <bothner@cygnus.com>, July 1993. */ -#include "hconfig.h" +#include "bconfig.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "cpplib.h" #include "scan.h" |