aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/socket.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index a175ee9..6a30f44 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -15,9 +15,8 @@
15#include <errno.h> 15#include <errno.h>
16#include <fcntl.h> 16#include <fcntl.h>
17#include "bu/socket.h" 17#include "bu/socket.h"
18#include "bu/osx_compatibility.h" 18
19#include "bu/win32_compatibility.h" 19#include "bu/config.h"
20#include "bu/linux_compatibility.h"
21 20
22#ifndef WIN32 21#ifndef WIN32
23 #include <sys/socket.h> 22 #include <sys/socket.h>