mirror of
https://github.com/WireGuard/wireguard-tools.git
synced 2026-09-25 07:59:41 -05:00
wg: syscall.h should actually be sys/syscall.h
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#ifdef __linux
|
||||
#include <syscall.h>
|
||||
#include <sys/syscall.h>
|
||||
#endif
|
||||
|
||||
#include "curve25519.h"
|
||||
|
||||
Reference in New Issue
Block a user