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:
parent
0b402479bf
commit
7d28e46a6c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <wincrypt.h>
|
||||
|
||||
#include "os.h"
|
||||
#include "common.h"
|
||||
|
||||
void os_sleep(os_time_t sec, os_time_t usec)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue