sim: split sim-signal.h include out
[deliverable/binutils-gdb.git] / sim / common / sim-stop.c
index 1343f210ccae53932a57fede766d81348bf3603d..076d43d81019cac2a626d1672d170706d17daa2d 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic simulator stop.
-   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,8 +17,12 @@ 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"
+#include "sim-signal.h"
 
 /* Generic implementation of sim_stop.  */
 
This page took 0.02393 seconds and 4 git commands to generate.