diff options
Diffstat (limited to 'sim/ppc/words.h')
-rw-r--r-- | sim/ppc/words.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/ppc/words.h b/sim/ppc/words.h index 7645349..641f2251 100644 --- a/sim/ppc/words.h +++ b/sim/ppc/words.h @@ -43,9 +43,8 @@ */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +/* This must come before any other includes. */ +#include "defs.h" /* bit based */ typedef char natural8; |