diff options
Diffstat (limited to '')
-rw-r--r-- | src/listen.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/listen.h b/src/listen.h index d7c2d3639..04c6d8286 100644 --- a/src/listen.h +++ b/src/listen.h @@ -20,11 +20,7 @@ #define LISTEN_H #include "../config.h" - -#include <sys/time.h> -#include <sys/types.h> -#include <unistd.h> -#include <sys/select.h> +#include "os_compat.h" extern int boundPort; |