aboutsummaryrefslogtreecommitdiff
path: root/src/multiserver.cpp
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2010-02-04 21:37:00 +0000
committerDavid <david@xagasoft.com>2010-02-04 21:37:00 +0000
commit1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b (patch)
treebd4236dd6ffb7e7ca19eb3611e3c57e8f1ef924e /src/multiserver.cpp
parent81b7d806028bd484e2765cbc57b9677544bf52b2 (diff)
downloadlibbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.gz
libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.bz2
libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.xz
libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.zip
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.
Diffstat (limited to 'src/multiserver.cpp')
-rw-r--r--src/multiserver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multiserver.cpp b/src/multiserver.cpp
index 73c794c..b049b4e 100644
--- a/src/multiserver.cpp
+++ b/src/multiserver.cpp
@@ -5,6 +5,8 @@
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
6 */ 6 */
7 7
8#include "win32_compatibility.h"
9
8#include "bu/multiserver.h" 10#include "bu/multiserver.h"
9#include "bu/protocol.h" 11#include "bu/protocol.h"
10#include "bu/client.h" 12#include "bu/client.h"