diff options
Diffstat (limited to 'sim/common/nrun.c')
-rw-r--r-- | sim/common/nrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/nrun.c b/sim/common/nrun.c index abd821a..cbf7b5e 100644 --- a/sim/common/nrun.c +++ b/sim/common/nrun.c @@ -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 |