PR: 1946
[openssl.git] / ssl / dtls1.h
index 884bbd34f1358974a2840408559438f0bf29caf1..2fe0405011f9d293f2c99efbfe6bb454130c44ae 100644 (file)
 
 #include <openssl/buffer.h>
 #include <openssl/pqueue.h>
+#ifdef OPENSSL_SYS_WIN32
+/* Needed for struct timeval */
+#include <winsock.h>
+#elif defined(OPENSSL_SYS_NETWARE)
+#include <sys/timeval.h>
+#endif
 
 #ifdef  __cplusplus
 extern "C" {