mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
o Fix MingW compilation by adding a signal.h include to
main.cc. [Gisle Vanem]
This commit is contained in:
parent
70eac662f4
commit
eddc5e4faf
1 changed files with 2 additions and 0 deletions
2
main.cc
2
main.cc
|
|
@ -99,6 +99,8 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#include "nmap.h"
|
||||
#include "NmapOps.h"
|
||||
#include "utils.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue