Fix os_win32 build

Addition of os_memcmp_const() in commit
afc3c8b07f had forgotten to include
common.h into os_win32.c to get u8 defined.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2015-01-11 00:49:16 +02:00
parent 0b402479bf
commit 7d28e46a6c

View file

@ -12,6 +12,7 @@
#include <wincrypt.h>
#include "os.h"
#include "common.h"
void os_sleep(os_time_t sec, os_time_t usec)
{