diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-06-28 03:08:19 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-06-28 03:08:19 +0000 |
commit | 6c29814b4b1f08116bc4d35333c9cfab2620c3c2 (patch) | |
tree | 875148fbdcaaf4d25bb5b876690b8ecbdfdfb6ff | |
parent | Removed 'keywords' propset from everything (diff) | |
download | openvpn-6c29814b4b1f08116bc4d35333c9cfab2620c3c2.tar.xz |
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
-rw-r--r-- | syshead.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -266,6 +266,10 @@ #include <net/if_tun.h> #endif +#ifdef HAVE_NETINET_TCP_H +#include <netinet/tcp.h> +#endif + #endif /* TARGET_NETBSD */ #ifdef WIN32 |