X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=cfaf6b47a04a20e3329a8f741377c7cb5a84d7b3;hp=82a4259bbd9c86eac14a1f7143843d8aed822594;hb=e47e51e9d17416e2b614287d14a5518881decd44;hpb=116ba3b3da73fb857cf75b5c92c6aacd70d94dd9 diff --git a/src/netutl.c b/src/netutl.c index 82a4259b..cfaf6b47 100644 --- a/src/netutl.c +++ b/src/netutl.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: netutl.c,v 1.12.4.38 2002/06/08 12:57:10 guus Exp $ + $Id: netutl.c,v 1.12.4.39 2002/06/08 13:46:43 guus Exp $ */ #include "config.h" @@ -27,8 +27,8 @@ #include #include #include -#ifndef HAVE_STDINT_H - #include +#ifdef HAVE_INTTYPES_H + #include #endif #include #include