From: Jason A. Donenfeld Date: Fri, 30 Dec 2016 16:53:05 +0000 (+0100) Subject: wg: syscall.h should actually be sys/syscall.h X-Git-Tag: v1.0.20191226~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae82dcfed37dbc22b675b8ef9cc4473dcc84a1fa;p=thirdparty%2Fwireguard-tools.git wg: syscall.h should actually be sys/syscall.h Signed-off-by: Jason A. Donenfeld --- diff --git a/src/genkey.c b/src/genkey.c index d029527..0bdcfbb 100644 --- a/src/genkey.c +++ b/src/genkey.c @@ -8,7 +8,7 @@ #include #include #ifdef __linux -#include +#include #endif #include "curve25519.h"