diff options
-rw-r--r-- | sim/ppc/hw_memory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/hw_memory.c b/sim/ppc/hw_memory.c index c0826b7..9fb0908 100644 --- a/sim/ppc/hw_memory.c +++ b/sim/ppc/hw_memory.c @@ -25,6 +25,9 @@ #define STATIC_INLINE_HW_MEMORY STATIC_INLINE #endif +/* This must come before any other includes. */ +#include "defs.h" + #include <stdlib.h> #include "device_table.h" |