sim: unify platform function & header tests
[deliverable/binutils-gdb.git] / sim / aarch64 / memory.c
index 213842b60a522958ac4850b395c67378051880de..22caf617074d7844c7f6302f041d163adf400169 100644 (file)
@@ -1,6 +1,6 @@
 /* memory.c -- Memory accessor functions for the AArch64 simulator
 
-   Copyright (C) 2015-2019 Free Software Foundation, Inc.
+   Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -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>
This page took 0.022862 seconds and 4 git commands to generate.