aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/m16run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/m16run.c')
-rw-r--r--sim/mips/m16run.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mips/m16run.c b/sim/mips/m16run.c
index 44fb9e4..a04e3ee 100644
--- a/sim/mips/m16run.c
+++ b/sim/mips/m16run.c
@@ -17,6 +17,9 @@
*/
+/* This must come before any other includes. */
+#include "defs.h"
+
#include "sim-main.h"
#include "m16_idecode.h"
#include "m32_idecode.h"