aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/aarch64/memory.c')
-rw-r--r--sim/aarch64/memory.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/aarch64/memory.c b/sim/aarch64/memory.c
index aa2f2e5..22caf61 100644
--- a/sim/aarch64/memory.c
+++ b/sim/aarch64/memory.c
@@ -19,7 +19,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "config.h"
+/* This must come before any other includes. */
+#include "defs.h"
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>