diff options
Diffstat (limited to 'sim/cris/rvdummy.c')
-rw-r--r-- | sim/cris/rvdummy.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/cris/rvdummy.c b/sim/cris/rvdummy.c index 788f8ed..b53e823 100644 --- a/sim/cris/rvdummy.c +++ b/sim/cris/rvdummy.c @@ -29,9 +29,8 @@ main (int argc, char *argv[]) } #else -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +/* This must come before any other includes. */ +#include "defs.h" #include "getopt.h" #include "libiberty.h" |