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
#define TARGET_H
#include "nbase.h"
#include "libnetutil/netutil.h"
#ifndef NOLUA