Blob Blame History Raw
--- ssl/dtls1.h.orig	2014-12-22 19:03:22.442338471 +0100
+++ ssl/dtls1.h	2014-12-22 19:03:44.061694335 +0100
@@ -68,7 +68,7 @@
 #endif
 #ifdef OPENSSL_SYS_WIN32
 /* Needed for struct timeval */
-#include <winsock.h>
+#include <time.h>
 #elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_)
 #include <sys/timeval.h>
 #else