summaryrefslogtreecommitdiff
path: root/lib/timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/timeval.h')
-rw-r--r--lib/timeval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h
index 7be60657f..02d08fa60 100644
--- a/lib/timeval.h
+++ b/lib/timeval.h
@@ -27,7 +27,6 @@
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <time.h>
-#include <winsock.h>
#else
#include <sys/time.h>
#endif