From: Jason A. Donenfeld Date: Mon, 12 Jun 2017 15:01:23 +0000 (+0200) Subject: wg: use proper __linux__ ifdef X-Git-Tag: v1.0.20191226~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f90f8f33a718bade18599c711d1765519b05d2e1;p=thirdparty%2Fwireguard-tools.git wg: use proper __linux__ ifdef Signed-off-by: Jason A. Donenfeld --- diff --git a/src/genkey.c b/src/genkey.c index 52aeef5..9a62060 100644 --- a/src/genkey.c +++ b/src/genkey.c @@ -7,7 +7,7 @@ #include #include #include -#ifdef __linux +#ifdef __linux__ #include #endif