Include time.h to fix Windows builds

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2011-11-03 18:00:57 +02:00
parent 67a5206482
commit d33ce0d5b5

View file

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