From e5b236eaba4512f86da917a0a63dd0f84e1b02db Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Sat, 10 Jun 2017 19:31:21 +0200 Subject: [PATCH] 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 --- src/openvpn/syshead.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2