mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 09:29:01 +00:00
Re-add some needed includes on Windows
This commit is contained in:
@@ -136,6 +136,11 @@
|
||||
#include "output.h"
|
||||
#include "NpingOps.h"
|
||||
|
||||
#ifdef WIN32
|
||||
/* Need DnetName2PcapName */
|
||||
#include "libnetutil/netutil.h"
|
||||
#endif
|
||||
|
||||
extern NpingOps o;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user