diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-01-07 00:34:39 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-01-07 00:34:39 +0000 |
commit | b07c2de16ae8dfa2c0fc4a594deddacc46386216 (patch) | |
tree | d826b88d8d3c17a821325d6dec3f7fa82549f842 /src/server.cpp | |
parent | 17c92cf5b2b0dfdfdbbdb5c41354634ca98ae1b4 (diff) | |
download | libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.gz libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.bz2 libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.xz libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.zip |
A bunch of things weren't including their own files in quite the correct way...
Diffstat (limited to 'src/server.cpp')
-rw-r--r-- | src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.cpp b/src/server.cpp index 804ec70..1217b19 100644 --- a/src/server.cpp +++ b/src/server.cpp | |||
@@ -11,7 +11,7 @@ | |||
11 | #include "bu/serversocket.h" | 11 | #include "bu/serversocket.h" |
12 | #include "bu/client.h" | 12 | #include "bu/client.h" |
13 | #include "bu/socket.h" | 13 | #include "bu/socket.h" |
14 | #include "osx_compatibility.h" | 14 | #include "bu/osx_compatibility.h" |
15 | 15 | ||
16 | Bu::Server::Server() : | 16 | Bu::Server::Server() : |
17 | nTimeoutSec( 0 ), | 17 | nTimeoutSec( 0 ), |