]> git.ipfire.org Git - thirdparty/hostap.git/commit
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)
commit7d28e46a6cb660c8ed79a8e1845dcfa5ec3cc8cb
tree1efc8c17d0fa0c8c1406aac1232054bd4c6c4d00
parent0b402479bf9ac28c7074c0ef5aa8ff3def85f226
Fix os_win32 build

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