sim: drop core libiberty.h include
[deliverable/binutils-gdb.git] / sim / common / sim-hrw.c
index 2eccf73a964cee2efab260f7a44ad4a5254777a8..3df91d2b712d9ca780b5955c5689603da4c8fc89 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic memory read/write for hardware simulator models.
-   Copyright (C) 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -17,6 +17,9 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "sim-main.h"
 #include "sim-assert.h"
 
This page took 0.023372 seconds and 4 git commands to generate.