X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=21c047c97dfb67e23453f125415f194d9a0d4245;hp=9ddb1d1c4c5c373b7a49ca591372cb9a718dd414;hb=8b2b67e26c5b971761f5015764d5e188f6343bc4;hpb=116ba3b3da73fb857cf75b5c92c6aacd70d94dd9 diff --git a/src/route.c b/src/route.c index 9ddb1d1c..21c047c9 100644 --- a/src/route.c +++ b/src/route.c @@ -1,7 +1,7 @@ /* route.c -- routing - Copyright (C) 2000-2002 Ivo Timmermans , - 2000-2002 Guus Sliepen + Copyright (C) 2000-2002 Ivo Timmermans , + 2000-2002 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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.40 2002/06/08 12:57:10 guus Exp $ + $Id: route.c,v 1.1.2.43 2002/06/21 10:11:33 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 @@ -40,8 +43,8 @@ #include #include #include -#ifdef HAVE_STDINT_H - #include +#ifdef HAVE_INTTYPES_H + #include #endif #include