Parcourir la source

Include time.h to fix Windows builds

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 13 ans
Parent
commit
d33ce0d5b5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/utils/os_win32.c

+ 1 - 0
src/utils/os_win32.c

@@ -13,6 +13,7 @@
  */
 
 #include "includes.h"
+#include <time.h>
 #include <winsock2.h>
 #include <wincrypt.h>