wg: syscall.h should actually be sys/syscall.h

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2016-12-30 17:53:05 +01:00
parent 87abf354f1
commit ae82dcfed3

View file

@ -8,7 +8,7 @@
#include <string.h>
#include <fcntl.h>
#ifdef __linux
#include <syscall.h>
#include <sys/syscall.h>
#endif
#include "curve25519.h"