X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=d2c540b673a04ebec2a59ba4d582f749b56d2642;hp=9ddb1d1c4c5c373b7a49ca591372cb9a718dd414;hb=e47e51e9d17416e2b614287d14a5518881decd44;hpb=116ba3b3da73fb857cf75b5c92c6aacd70d94dd9 diff --git a/src/route.c b/src/route.c index 9ddb1d1c..d2c540b6 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.40 2002/06/08 12:57:10 guus Exp $ + $Id: route.c,v 1.1.2.41 2002/06/08 13:46:07 guus Exp $ */ #include "config.h" @@ -40,8 +40,8 @@ #include #include #include -#ifdef HAVE_STDINT_H - #include +#ifdef HAVE_INTTYPES_H + #include #endif #include