From 1af64a9bbb150b9daae3944d6aae86864c271103 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 2 Sep 2012 08:30:54 -0400 Subject: Fix Windows --- src/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e3fcb8bb2..cdddc3163 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -35,8 +35,11 @@ #include "signals.h" #include "socketengine.h" -#include +#ifndef _WIN32 #include +#else +#include +#endif /******** Global variables! ********/ -- cgit