1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

nbase.h needed before netutil.h on Windows >= Vista to avoid redefining inet_pton

This commit is contained in:
dmiller
2015-06-30 22:13:24 +00:00
parent f66eadbcd2
commit b7773e6403

View File

@@ -127,6 +127,8 @@
#ifndef TARGET_H #ifndef TARGET_H
#define TARGET_H #define TARGET_H
#include "nbase.h"
#include "libnetutil/netutil.h" #include "libnetutil/netutil.h"
#ifndef NOLUA #ifndef NOLUA