aboutsummaryrefslogtreecommitdiff
path: root/src/itoserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itoserver.h')
-rw-r--r--src/itoserver.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/itoserver.h b/src/itoserver.h
index bcdd1d1..4bbd6bf 100644
--- a/src/itoserver.h
+++ b/src/itoserver.h
@@ -9,7 +9,10 @@
9#define BU_ITO_SERVER_H 9#define BU_ITO_SERVER_H
10 10
11#include <stdint.h> 11#include <stdint.h>
12#include <sys/select.h> 12
13#ifndef WIN32
14 #include <sys/select.h>
15#endif
13 16
14#include "bu/fstring.h" 17#include "bu/fstring.h"
15#include "bu/list.h" 18#include "bu/list.h"