summaryrefslogtreecommitdiff
path: root/src/Selectable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Selectable.cc')
-rw-r--r--src/Selectable.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Selectable.cc b/src/Selectable.cc
index 6bef2bc..40e85bc 100644
--- a/src/Selectable.cc
+++ b/src/Selectable.cc
@@ -1,5 +1,8 @@
+#include <winsock2.h>
#include <sys/types.h>
+#ifndef _MSC_VER
#include <unistd.h>
+#endif
#include <fcntl.h>
#include <sys/stat.h>
#include <stdio.h>