diff options
| author | 2011-04-08 03:48:43 -0400 | |
|---|---|---|
| committer | 2011-04-10 17:54:20 -0400 | |
| commit | b56565eac2d7207c88c53054cb1096519ec7fba9 (patch) | |
| tree | cd0f10a47dd002157553d96e2ef91ea5d620eadc /src/inspsocket.cpp | |
| parent | Revert to old sepstream logic until a proper fix is finished (diff) | |
Fixed Windows build on VS 2010
Diffstat (limited to 'src/inspsocket.cpp')
| -rw-r--r-- | src/inspsocket.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 92625ac29..b872ea7e6 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -18,10 +18,11 @@ #ifndef DISABLE_WRITEV #include <sys/uio.h> +#endif + #ifndef IOV_MAX #define IOV_MAX 1024 #endif -#endif BufferedSocket::BufferedSocket() { |
