mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Re-add some needed includes on Windows
This commit is contained in:
parent
6d3eac9d3b
commit
0ff217dc53
4 changed files with 14 additions and 0 deletions
|
|
@ -4,6 +4,11 @@
|
|||
#include "tcpip.h"
|
||||
#include "protocols.h"
|
||||
|
||||
#ifdef WIN32
|
||||
/* Need DnetName2PcapName */
|
||||
#include "libnetutil/netutil.h"
|
||||
#endif
|
||||
|
||||
#include "nse_nsock.h"
|
||||
#include "nse_main.h"
|
||||
#include "nse_utility.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue