pull/577/head
Brad House 1 year ago
parent b2437de617
commit eb127767a4
  1. 4
      src/lib/ares_str.c

@ -30,6 +30,10 @@
#include "ares.h"
#include "ares_private.h"
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
size_t ares_strlen(const char *str)
{
if (str == NULL)

Loading…
Cancel
Save