From 3fd2bed4b326fb0ab16aa6d2de2971a479fdf61f Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 27 Sep 2016 13:37:45 +0200 Subject: [PATCH] Better header includes for sockets --- lib/socket.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/socket.cpp b/lib/socket.cpp index fe21ef5f..b74dd96e 100644 --- a/lib/socket.cpp +++ b/lib/socket.cpp @@ -6,15 +6,13 @@ #include "timing.h" #include "defines.h" #include +#include +#include #include #include #include #include -#ifdef __FreeBSD__ -#include -#endif - #define BUFFER_BLOCKSIZE 4096 //set buffer blocksize to 4KiB #ifdef __CYGWIN__