]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
wg: syscall.h should actually be sys/syscall.h
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 30 Dec 2016 16:53:05 +0000 (17:53 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 30 Dec 2016 16:53:05 +0000 (17:53 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/genkey.c

index d029527e1d1f0208e3fa7080b71d21272213e545..0bdcfbbbc0ce517ec94da7ed7e89c34e6b490de6 100644 (file)
@@ -8,7 +8,7 @@
 #include <string.h>
 #include <fcntl.h>
 #ifdef __linux
-#include <syscall.h>
+#include <sys/syscall.h>
 #endif
 
 #include "curve25519.h"