From 2a943828287d2a861930d3facb2333c895ada205 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 13 May 2010 13:43:57 +0000 Subject: Finally rearranged the system to put all compatability files in a directory called compat. I've updated the linux and windows builds and it looks pretty good. I also added a config.h file which we have to edit by hand until I can work on build some more. Linux File operations now use 64 bit mode, windows can't, or at least, I don't feel like researching it right now. --- src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server.cpp') diff --git a/src/server.cpp b/src/server.cpp index e55713d..64ddf9f 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -11,7 +11,7 @@ #include "bu/serversocket.h" #include "bu/client.h" #include "bu/socket.h" -#include "bu/osx_compatibility.h" +#include "bu/config.h" Bu::Server::Server() : nTimeoutSec( 0 ), -- cgit v1.2.3