diff options
Diffstat (limited to 'sim/ppc/debug.c')
-rw-r--r-- | sim/ppc/debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/ppc/debug.c b/sim/ppc/debug.c index dba1425..53a392a 100644 --- a/sim/ppc/debug.c +++ b/sim/ppc/debug.c @@ -21,7 +21,9 @@ #ifndef _DEBUG_C_ #define _DEBUG_C_ -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" + #include "basics.h" #include <stdlib.h> |