]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Include time.h to fix Windows builds
authorJouni Malinen <j@w1.fi>
Thu, 3 Nov 2011 16:00:57 +0000 (18:00 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Nov 2011 16:00:57 +0000 (18:00 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/utils/os_win32.c

index 192d75dea0a2d1229635265aa2be884446b533e9..c93be301e97c516e1702fe3f7389a467bce5cbbb 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 #include "includes.h"
+#include <time.h>
 #include <winsock2.h>
 #include <wincrypt.h>