X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmemcmp.c;h=910499484d47029f3e6f5e898a636a868c809152;hb=ce8775000ab38229a78ecf3dc26bab008ca0f332;hp=8103e1a7ff53f097faca1ec5e94089a676a83e9e;hpb=886a6f61a1f4cc48a77b42d10f34f9126377d904;p=meshlink 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 *