From: Jouni Malinen Date: Thu, 3 Nov 2011 16:00:57 +0000 (+0200) Subject: Include time.h to fix Windows builds X-Git-Tag: aosp-jb-start~368 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d33ce0d5b5766d68ef352903197e7fe575c47182;p=thirdparty%2Fhostap.git Include time.h to fix Windows builds Signed-hostap: Jouni Malinen --- diff --git a/src/utils/os_win32.c b/src/utils/os_win32.c index 192d75dea..c93be301e 100644 --- a/src/utils/os_win32.c +++ b/src/utils/os_win32.c @@ -13,6 +13,7 @@ */ #include "includes.h" +#include #include #include