X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=c57fc198e2a892f44ae0daed38acd1e65f3bf702;hp=fecf7e6ecf8b00241c0d9a21fa2f39ae0e2f834f;hb=baeac83bf465a47d46082e1de40ea14dcf1d39af;hpb=782171fd2c59b7cc5568d2d4b33ce041834710ec diff --git a/src/net.c b/src/net.c index fecf7e6e..c57fc198 100644 --- a/src/net.c +++ b/src/net.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.c,v 1.35.4.37 2000/10/15 19:53:15 zarq Exp $ + $Id: net.c,v 1.35.4.38 2000/10/15 20:30:39 guus Exp $ */ #include "config.h" @@ -37,11 +37,9 @@ #include #include -/* Next two includes are for tun/tap support */ +#ifdef HAVE_TUNTAP #include - -#ifdef HAVE_LINUX_IF_TUN_H -#include +#include LINUX_IF_TUN_H #endif #include