mirror of
https://github.com/nmap/nmap.git
synced 2026-02-11 07:56:35 +00:00
Re-add some needed includes on Windows
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user