aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iolooper-select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iolooper-select.c b/iolooper-select.c
index 62cce08..dbb18dd 100644
--- a/iolooper-select.c
+++ b/iolooper-select.c
@@ -8,6 +8,7 @@
# include <sys/types.h>
# include <sys/select.h>
#endif
+#include "sockets.h"
struct IoLooper {
fd_set reads[1];