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