diff options
Diffstat (limited to 'ares/m4')
-rw-r--r-- | ares/m4/cares-functions.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/m4/cares-functions.m4 b/ares/m4/cares-functions.m4 index aff65b845..bf0e88f42 100644 --- a/ares/m4/cares-functions.m4 +++ b/ares/m4/cares-functions.m4 @@ -16,7 +16,7 @@ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. -# serial 21 +# serial 22 dnl CARES_INCLUDES_ARPA_INET @@ -37,7 +37,7 @@ cares_includes_arpa_inet="\ # include <netinet/in.h> #endif #ifdef HAVE_ARPA_INET_H -# include <arpa_inet.h> +# include <arpa/inet.h> #endif /* includes end */" AC_CHECK_HEADERS( |