From: Jérémie Courrèges-Anglas Date: Sat, 10 Jun 2017 17:31:21 +0000 (+0200) Subject: Missing include for socket-flags TCP_NODELAY on OpenBSD X-Git-Tag: v2.5_beta1~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b236eaba4512f86da917a0a63dd0f84e1b02db;p=thirdparty%2Fopenvpn.git Missing include for socket-flags TCP_NODELAY on OpenBSD Signed-off-by: Jeremie Courreges-Anglas Acked-by: Gert Doering Message-Id: <87fuf7u455.fsf@ritchie.wxcvbn.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14772.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h index f4458648e..14b6662a1 100644 --- a/src/openvpn/syshead.h +++ b/src/openvpn/syshead.h @@ -288,6 +288,10 @@ #include #endif +#ifdef HAVE_NETINET_TCP_H +#include +#endif + #ifdef HAVE_NET_IF_TUN_H #include #endif