aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/listen.h')
-rw-r--r--src/listen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listen.h b/src/listen.h
index 771594435..ff889320f 100644
--- a/src/listen.h
+++ b/src/listen.h
@@ -21,10 +21,10 @@
#include "../config.h"
-#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
+#include <sys/select.h>
void listenOnPort();