summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-12 15:26:59 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-12 15:26:59 +0000
commit00d391705c713b06b2c80f0b36724f9bb4d806ae (patch)
tree752a60d22cf9fd892f8780126a3b51ca091543d5 /syshead.h
parent20006b8e622ca4d4ca7dc6f316d9b2d948ca3687 (diff)
downloadopenvpn-00d391705c713b06b2c80f0b36724f9bb4d806ae.tar.gz
openvpn-00d391705c713b06b2c80f0b36724f9bb4d806ae.tar.xz
openvpn-00d391705c713b06b2c80f0b36724f9bb4d806ae.zip
version 2.1_beta2
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@601 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index 0712a87..e354ef4 100644
--- a/syshead.h
+++ b/syshead.h
@@ -181,6 +181,10 @@
#include <linux/errqueue.h>
#endif
+#ifdef HAVE_NETINET_TCP_H
+#include <netinet/tcp.h>
+#endif
+
#endif /* TARGET_LINUX */
#ifdef TARGET_SOLARIS