diff --git a/src/lib/ares_str.c b/src/lib/ares_str.c index 6883181d..54f5afe0 100644 --- a/src/lib/ares_str.c +++ b/src/lib/ares_str.c @@ -30,6 +30,10 @@ #include "ares.h" #include "ares_private.h" +#ifdef HAVE_STDINT_H +# include +#endif + size_t ares_strlen(const char *str) { if (str == NULL)