wg: use proper __linux__ ifdef

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2017-06-12 17:01:23 +02:00
parent eaa64b198b
commit f90f8f33a7

View file

@ -7,7 +7,7 @@
#include <sys/stat.h>
#include <string.h>
#include <fcntl.h>
#ifdef __linux
#ifdef __linux__
#include <sys/syscall.h>
#endif