diff options
Diffstat (limited to 'src/socket.cpp')
-rw-r--r-- | src/socket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index 50ed4e2..ce4ee82 100644 --- a/src/socket.cpp +++ b/src/socket.cpp | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <fcntl.h> | 13 | #include <fcntl.h> |
14 | #include "socket.h" | 14 | #include "socket.h" |
15 | #include "exceptions.h" | 15 | #include "exceptions.h" |
16 | #include "osx_compatibility.h" | ||
16 | 17 | ||
17 | #define RBS (1024*2) | 18 | #define RBS (1024*2) |
18 | 19 | ||