]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Missing include for socket-flags TCP_NODELAY on OpenBSD
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>
Sat, 10 Jun 2017 17:31:21 +0000 (19:31 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 11 Jun 2017 11:22:56 +0000 (13:22 +0200)
Signed-off-by: Jeremie Courreges-Anglas <jca@wxcvbn.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
src/openvpn/syshead.h

index f4458648ed02cc2aa34ba24fdf94d42b8a0db9f7..14b6662a1863cacc87955a60849d39147f4b47f7 100644 (file)
 #include <netinet/ip.h>
 #endif
 
+#ifdef HAVE_NETINET_TCP_H
+#include <netinet/tcp.h>
+#endif
+
 #ifdef HAVE_NET_IF_TUN_H
 #include <net/if_tun.h>
 #endif