X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmemcmp.c;h=910499484d47029f3e6f5e898a636a868c809152;hb=362d8a6358019cb97456c8133832f18798cea41f;hp=8103e1a7ff53f097faca1ec5e94089a676a83e9e;hpb=886a6f61a1f4cc48a77b42d10f34f9126377d904;p=tinc diff --git a/src/memcmp.c b/src/memcmp.c index 8103e1a7..91049948 100644 --- a/src/memcmp.c +++ b/src/memcmp.c @@ -23,6 +23,10 @@ # include "config.h" #endif +#ifdef HAVE_INTTYPES_H +#include +#endif + #undef __ptr_t #if defined __cplusplus || (defined __STDC__ && __STDC__) # define __ptr_t void *