I found this when playing with building OpenVPN with cmake. Signed-off-by: Arne Schwabe <a...@rfc2549.org> --- src/openvpn/tun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/openvpn/tun.h b/src/openvpn/tun.h index 9d995dd46..902665cc6 100644 --- a/src/openvpn/tun.h +++ b/src/openvpn/tun.h @@ -130,7 +130,7 @@ struct tuntap_options { int dns6_len; }; -#elif TARGET_LINUX +#elif defined(TARGET_LINUX) struct tuntap_options { int txqueuelen; -- 2.30.1 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel