aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/sim-endian.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/sim-endian.c')
-rw-r--r--sim/ppc/sim-endian.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/ppc/sim-endian.c b/sim/ppc/sim-endian.c
index 1ffa2d7..2625d80 100644
--- a/sim/ppc/sim-endian.c
+++ b/sim/ppc/sim-endian.c
@@ -21,7 +21,9 @@
#ifndef _SIM_ENDIAN_C_
#define _SIM_ENDIAN_C_
-#include "config.h"
+/* This must come before any other includes. */
+#include "defs.h"
+
#include "basics.h"