From eb127767a4ca4a4959d35a7f36a98c7f2d0c39db Mon Sep 17 00:00:00 2001 From: Brad House Date: Sun, 15 Oct 2023 16:30:13 -0400 Subject: [PATCH] build fix --- src/lib/ares_str.c | 4 ++++ 1 file changed, 4 insertions(+) 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)