Nmap Development mailing list archives

[Patch] main.cc


From: Gisle Vanem <gvanem () broadpark no>
Date: Mon, 24 Mar 2008 17:10:43 +0100

main.cc uses SIGSEGV, SIGINT etc., but <signal.h> isn't
included (for MingW). An easy fix:

--- SVN-Latest/main.cc  Sun Mar 23 16:53:29 2008
+++ main.cc     Sun Mar 23 17:13:49 2008
@@ -102,6 +102,7 @@
 #include "nmap.h"
 #include "NmapOps.h"
 #include "utils.h"
+#include "tcpip.h"

 #ifdef MTRACE
 #include "mcheck.h"

--gv

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: