1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

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

@@ -183,6 +183,8 @@
#ifdef WIN32
#include "nmap_winconfig.h"
/* Need DnetName2PcapName */
#include "libnetutil/netutil.h"
#endif
#include "nmap.h"