aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2011-11-03 18:00:57 +0200
committerJouni Malinen <j@w1.fi>2011-11-03 18:00:57 +0200
commitd33ce0d5b5766d68ef352903197e7fe575c47182 (patch)
tree86d98894678a97eefd9a3c7f25bfb4177ffde82b /src/utils
parent67a52064824d66ac5154dcd6a76ba12e1455393a (diff)
downloadexternal_wpa_supplicant_8_ti-d33ce0d5b5766d68ef352903197e7fe575c47182.zip
external_wpa_supplicant_8_ti-d33ce0d5b5766d68ef352903197e7fe575c47182.tar.gz
external_wpa_supplicant_8_ti-d33ce0d5b5766d68ef352903197e7fe575c47182.tar.bz2
Include time.h to fix Windows builds
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/os_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/os_win32.c b/src/utils/os_win32.c
index 192d75d..c93be30 100644
--- a/src/utils/os_win32.c
+++ b/src/utils/os_win32.c
@@ -13,6 +13,7 @@
*/
#include "includes.h"
+#include <time.h>
#include <winsock2.h>
#include <wincrypt.h>