From 1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b Mon Sep 17 00:00:00 2001 From: David Date: Thu, 4 Feb 2010 21:37:00 +0000 Subject: david - Made a build-M3 file for building to windows (mingw). This one actually builds *.cpp, yay!... Although i took out Process, Plugger, and Regex... to be re-added later... also had to stubify a few more functions when compiling on WIN32. --- src/itoserver.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/itoserver.cpp') diff --git a/src/itoserver.cpp b/src/itoserver.cpp index 83d2e9f..cfd5c2f 100644 --- a/src/itoserver.cpp +++ b/src/itoserver.cpp @@ -5,6 +5,8 @@ * terms of the license contained in the file LICENSE. */ +#include "win32_compatibility.h" + #include "bu/itoserver.h" #include #include "bu/serversocket.h" -- cgit v1.2.3