diff options
Diffstat (limited to 'sim/d10v/simops.c')
-rw-r--r-- | sim/d10v/simops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/d10v/simops.c b/sim/d10v/simops.c index ed0c8a3..af725ad 100644 --- a/sim/d10v/simops.c +++ b/sim/d10v/simops.c @@ -1,4 +1,5 @@ -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" #include <signal.h> #include <errno.h> |