diff options
Diffstat (limited to 'sim/mips/interp.c')
-rw-r--r-- | sim/mips/interp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c index 49b79f9..25eb497 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -22,7 +22,9 @@ code on the hardware. */ -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" + #include "bfd.h" #include "sim-main.h" #include "sim-utils.h" @@ -32,9 +34,6 @@ code on the hardware. #include "itable.h" - -#include "config.h" - #include <stdio.h> #include <stdarg.h> #include <ansidecl.h> |