X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=48a14ca80f2893ac304a613b4fd338b6557e1953;hp=94c3d576715b6089407f33b3513c24eabc28d657;hb=14e570f5eeff631c1312b11fcc5d22230ec27aff;hpb=5886b6a10d0d2edf20ff53c4926ec4e41a36b8c0 diff --git a/src/route.c b/src/route.c index 94c3d576..48a14ca8 100644 --- a/src/route.c +++ b/src/route.c @@ -17,17 +17,17 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: route.c,v 1.1.2.38 2002/04/19 14:06:40 guus Exp $ + $Id: route.c,v 1.1.2.39 2002/06/05 00:25:55 guus Exp $ */ #include "config.h" -#if defined(HAVE_FREEBSD) || defined(HAVE_OPENBSD) +#if defined(HAVE_FREEBSD) || defined(HAVE_OPENBSD) || defined(HAVE_NETBSD) #include #endif #include #include -#if defined(HAVE_SOLARIS) || defined(HAVE_OPENBSD) +#if defined(HAVE_SOLARIS) || defined(HAVE_OPENBSD) || defined(HAVE_NETBSD) #include #define ETHER_ADDR_LEN 6 #else @@ -40,7 +40,9 @@ #include #include #include -#include +#ifndef HAVE_NETBSD + #include +#endif #include