From 1af64a9bbb150b9daae3944d6aae86864c271103 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 2 Sep 2012 08:30:54 -0400 Subject: Fix Windows --- src/dns.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dns.cpp') diff --git a/src/dns.cpp b/src/dns.cpp index 25c82e24f..f21453ddd 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -15,9 +15,11 @@ #include "sockets.h" #include "socketengine.h" +#ifndef _WIN32 #include #include #include +#endif DNSManager *DNSEngine = NULL; -- cgit