diff options
Diffstat (limited to 'sim/cris/sim-if.c')
-rw-r--r-- | sim/cris/sim-if.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/cris/sim-if.c b/sim/cris/sim-if.c index 388d1ef..15a4018 100644 --- a/sim/cris/sim-if.c +++ b/sim/cris/sim-if.c @@ -20,7 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Based on the fr30 file, mixing in bits from the i960 and pruning of dead code. */ -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" + #include "libiberty.h" #include "bfd.h" #include "elf-bfd.h" |