From d02f2e41bdde4398212c0286327407193f329a60 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 1 Jul 2015 04:35:25 +0000 Subject: [PATCH] include signal.h, needed on Solaris --- nmap.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nmap.cc b/nmap.cc index 132e58532..5dea08801 100644 --- a/nmap.cc +++ b/nmap.cc @@ -151,6 +151,10 @@ #include "nse_main.h" #endif +#ifdef HAVE_SIGNAL +#include +#endif + #ifdef WIN32 #include "winfix.h" /* This name collides in the following include. */