sim: add some stdlib.h includes
[deliverable/binutils-gdb.git] / sim / common / nrun.c
index 9213d076b0caca46606bb8041afee337e82ef25b..cbf7b5e2e14762f88492f711a13ef66ce16d2ff1 100644 (file)
@@ -1,5 +1,5 @@
 /* New version of run front end support for simulators.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 
 #include <signal.h>
+#include <stdlib.h>
 
 /* For strsignal.  */
 #ifdef HAVE_STRING_H
This page took 0.023136 seconds and 4 git commands to generate.