From 00d391705c713b06b2c80f0b36724f9bb4d806ae Mon Sep 17 00:00:00 2001 From: james Date: Wed, 12 Oct 2005 15:26:59 +0000 Subject: version 2.1_beta2 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@601 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 0712a87..e354ef4 100644 --- a/syshead.h +++ b/syshead.h @@ -181,6 +181,10 @@ #include #endif +#ifdef HAVE_NETINET_TCP_H +#include +#endif + #endif /* TARGET_LINUX */ #ifdef TARGET_SOLARIS -- cgit