diff options
Diffstat (limited to 'sim/ppc/words.h')
-rw-r--r-- | sim/ppc/words.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ppc/words.h b/sim/ppc/words.h index 1c18df4..5bf2490 100644 --- a/sim/ppc/words.h +++ b/sim/ppc/words.h @@ -44,6 +44,10 @@ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* bit based */ typedef char natural8; typedef short natural16; |