Browse Source

Include time.h to fix Windows builds

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 13 years ago
parent
commit
d33ce0d5b5
1 changed files with 1 additions and 0 deletions
  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>