X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=d2a60f0245f324fdbe6f83aaa3e495b1fa4e08fc;hp=ec0700c3f3e1ad1cd88126e848a442325f84f5fa;hb=116ba3b3da73fb857cf75b5c92c6aacd70d94dd9;hpb=4856d8e1f8398780a49545f35ba9b5746c9fc060 diff --git a/src/net_setup.c b/src/net_setup.c index ec0700c3..d2a60f02 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net_setup.c,v 1.1.2.16 2002/06/02 16:06:33 guus Exp $ + $Id: net_setup.c,v 1.1.2.17 2002/06/08 12:57:10 guus Exp $ */ #include "config.h" @@ -26,8 +26,10 @@ #include #include #include -#ifdef HAVE_LINUX +#ifdef HAVE_NETINET_IP_H #include +#endif +#ifdef HAVE_NETINET_TCP_H #include #endif #include