diff options
Diffstat (limited to 'sim/mn10300/dv-mn103tim.c')
-rw-r--r-- | sim/mn10300/dv-mn103tim.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mn10300/dv-mn103tim.c b/sim/mn10300/dv-mn103tim.c index 61807c9..ad9c24b 100644 --- a/sim/mn10300/dv-mn103tim.c +++ b/sim/mn10300/dv-mn103tim.c @@ -18,6 +18,9 @@ */ +/* This must come before any other includes. */ +#include "defs.h" + #include "sim-main.h" #include "hw-main.h" #include "sim-assert.h" |