diff --git a/sim/ppc/hw_memory.c b/sim/ppc/hw_memory.c index c0826b71139..9fb09087929 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 #include "device_table.h"