1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-11 00:49:02 +00:00

include signal.h, needed on Solaris

This commit is contained in:
dmiller
2015-07-01 04:35:25 +00:00
parent bc533e75cf
commit d02f2e41bd

View File

@@ -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. */