]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix os_win32 build
authorJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:49:16 +0000 (00:49 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:58:10 +0000 (00:58 +0200)
Addition of os_memcmp_const() in commit
afc3c8b07ffcdccc9349c83dfd3cc904ad9fbfb1 had forgotten to include
common.h into os_win32.c to get u8 defined.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/utils/os_win32.c

index 57ee132602b9a5ca29a5c3a6fbc98a9377970d7a..296ea13f153b4e5df54b7263d781f4f6648b21a8 100644 (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)
 {