Fix a typo.
[oweals/tinc.git] / have.h
diff --git a/have.h b/have.h
index 073fbaa3045eb318cb354c957bd9addd65b00544..e00c7f7194f046f57d8f2d447893ead48417f319 100644 (file)
--- a/have.h
+++ b/have.h
@@ -41,6 +41,7 @@
 
 #ifdef HAVE_MINGW
 #include <w32api.h>
+#include <winsock2.h>
 #include <windows.h>
 #include <ws2tcpip.h>
 #endif
 #include <sys/time.h>
 #endif
 
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif