diff options
Diffstat (limited to 'sim/ppc/debug.c')
-rw-r--r-- | sim/ppc/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/ppc/debug.c b/sim/ppc/debug.c index e8c054f..c77b51f 100644 --- a/sim/ppc/debug.c +++ b/sim/ppc/debug.c @@ -22,9 +22,10 @@ #ifndef _DEBUG_C_ #define _DEBUG_C_ +#include "config.h" #include "basics.h" -#ifdef HAVE_STDLIB +#ifdef HAVE_STDLIB_H #include <stdlib.h> #endif |