Re-add some needed includes on Windows

This commit is contained in:
dmiller 2017-04-20 17:24:33 +00:00
parent 6d3eac9d3b
commit 0ff217dc53
4 changed files with 14 additions and 0 deletions

View file

@ -142,6 +142,8 @@
#include "tcpip.h"
extern NmapOps o;
#ifdef WIN32
/* Need DnetName2PcapName */
#include "libnetutil/netutil.h"
/* from libdnet's intf-win32.c */
extern "C" int g_has_npcap_loopback;
#endif