summaryrefslogtreecommitdiff
path: root/src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timer.c b/src/timer.c
index 472787e..d12f650 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -11,6 +11,7 @@
#include <sys/time.h>
#endif
#ifdef WIN32
+#include <winsock2.h>
#include <windows.h>
#else
#include <time.h>