X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=a552eaf5e96212db649593540d0d309c2cd55234;hp=d2c540b673a04ebec2a59ba4d582f749b56d2642;hb=78e88521845ae3bdd963ae5a414cb9c251963fa2;hpb=e47e51e9d17416e2b614287d14a5518881decd44;ds=sidebyside diff --git a/src/route.c b/src/route.c index d2c540b6..a552eaf5 100644 --- a/src/route.c +++ b/src/route.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: route.c,v 1.1.2.41 2002/06/08 13:46:07 guus Exp $ + $Id: route.c,v 1.1.2.42 2002/06/08 14:08:57 guus Exp $ */ #include "config.h" @@ -33,6 +33,9 @@ #ifdef HAVE_NET_ETHERNET_H #include #endif +#ifdef HAVE_NETINET_IN_SYSTM_H + #include +#endif #include #include #include