mirror of
https://github.com/nmap/nmap.git
synced 2026-06-24 18:18:08 +00:00
include signal.h, needed on Solaris
This commit is contained in:
parent
bc533e75cf
commit
d02f2e41bd
1 changed files with 4 additions and 0 deletions
4
nmap.cc
4
nmap.cc
|
|
@ -151,6 +151,10 @@
|
|||
#include "nse_main.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SIGNAL
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include "winfix.h"
|
||||
/* This name collides in the following include. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue