mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
nbase.h needed before netutil.h on Windows >= Vista to avoid redefining inet_pton
This commit is contained in:
parent
f66eadbcd2
commit
b7773e6403
1 changed files with 2 additions and 0 deletions
2
Target.h
2
Target.h
|
|
@ -127,6 +127,8 @@
|
|||
#ifndef TARGET_H
|
||||
#define TARGET_H
|
||||
|
||||
#include "nbase.h"
|
||||
|
||||
#include "libnetutil/netutil.h"
|
||||
|
||||
#ifndef NOLUA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue