From 6c29814b4b1f08116bc4d35333c9cfab2620c3c2 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 28 Jun 2006 03:08:19 +0000 Subject: Minor syshead.h change for NetBSD to allow TCP_NODELAY flag to work. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1060 e7ae566f-a301-0410-adde-c780ea21d3b5 --- syshead.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'syshead.h') diff --git a/syshead.h b/syshead.h index 499dd67..f67b4c0 100644 --- a/syshead.h +++ b/syshead.h @@ -266,6 +266,10 @@ #include #endif +#ifdef HAVE_NETINET_TCP_H +#include +#endif + #endif /* TARGET_NETBSD */ #ifdef WIN32 -- cgit