diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-10-20 18:35:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-10-20 18:35:28 +0000 |
commit | b5eb1431c28254bfa90147f9ee4857598384be31 (patch) | |
tree | 4f111a568a975d228730f7b2a4898dc7939c8954 /src/gatsstream.cpp | |
parent | d14a4c34d01102baa830c6762ef80b0dc6db6389 (diff) | |
download | libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.gz libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.bz2 libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.xz libgats-b5eb1431c28254bfa90147f9ee4857598384be31.zip |
Fixed a few minor things.
Diffstat (limited to 'src/gatsstream.cpp')
-rw-r--r-- | src/gatsstream.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gatsstream.cpp b/src/gatsstream.cpp index 38adfbb..3e9b211 100644 --- a/src/gatsstream.cpp +++ b/src/gatsstream.cpp | |||
@@ -1,11 +1,15 @@ | |||
1 | #include "gats/gatsstream.h" | 1 | #include "gats/gatsstream.h" |
2 | #include "gats/object.h" | 2 | #include "gats/object.h" |
3 | 3 | ||
4 | #ifdef WIN32 | ||
5 | #include <winsock2.h> | ||
6 | #else | ||
4 | #include <arpa/inet.h> | 7 | #include <arpa/inet.h> |
8 | #endif | ||
5 | 9 | ||
6 | // #include <bu/sio.h> | 10 | // #include <bu/sio.h> |
7 | #include <bu/nullstream.h> | 11 | #include <bu/nullstream.h> |
8 | using namespace Bu; | 12 | // using namespace Bu; |
9 | 13 | ||
10 | Gats::GatsStream::GatsStream( Bu::Stream &rStream ) : | 14 | Gats::GatsStream::GatsStream( Bu::Stream &rStream ) : |
11 | rStream( rStream ) | 15 | rStream( rStream ) |