X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=b7e0104168f320f160df486356a94c3c0edc9793;hp=29839a29ee13b1b0e370031dd69b843186723c10;hb=e47e51e9d17416e2b614287d14a5518881decd44;hpb=116ba3b3da73fb857cf75b5c92c6aacd70d94dd9 diff --git a/src/net.h b/src/net.h index 29839a29..b7e01041 100644 --- a/src/net.h +++ b/src/net.h @@ -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: net.h,v 1.9.4.50 2002/06/08 12:57:09 guus Exp $ + $Id: net.h,v 1.9.4.51 2002/06/08 13:46:07 guus Exp $ */ #ifndef __TINC_NET_H__ @@ -28,8 +28,8 @@ #include #include -#ifdef HAVE_STDINT_H - #include +#ifdef HAVE_INTTYPES_H + #include #endif #include "config.h"