diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-18 07:17:10 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-18 07:17:10 +0000 |
commit | 162525457320b5dba9a4e736759f840757635231 (patch) | |
tree | b00464b34a924f41622bebef4fa3b72750744bd6 /src/server.cpp | |
parent | d7ea32daa44c9e0cc4ac00a69168b4e1d182082b (diff) | |
download | libbu++-162525457320b5dba9a4e736759f840757635231.tar.gz libbu++-162525457320b5dba9a4e736759f840757635231.tar.bz2 libbu++-162525457320b5dba9a4e736759f840757635231.tar.xz libbu++-162525457320b5dba9a4e736759f840757635231.zip |
Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to
compile under OSX. So far, no problems with anything else, it looks like build
and nango both build without problems, libbu++ is truly becoming a full cross-
platform toolkit.
Diffstat (limited to '')
-rw-r--r-- | src/server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server.cpp b/src/server.cpp index d07a597..53b4301 100644 --- a/src/server.cpp +++ b/src/server.cpp | |||
@@ -3,6 +3,7 @@ | |||
3 | #include "bu/serversocket.h" | 3 | #include "bu/serversocket.h" |
4 | #include "bu/client.h" | 4 | #include "bu/client.h" |
5 | #include "bu/socket.h" | 5 | #include "bu/socket.h" |
6 | #include "osx_compatibility.h" | ||
6 | 7 | ||
7 | Bu::Server::Server() : | 8 | Bu::Server::Server() : |
8 | nTimeoutSec( 0 ), | 9 | nTimeoutSec( 0 ), |