From 1a323390eca0c32aa60c2d46234a1372b52f77d8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Nov 2007 10:12:06 +0000 Subject: [PATCH] oops --- ares/Makefile.inc | 2 +- ares/RELEASE-NOTES | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ares/Makefile.inc b/ares/Makefile.inc index 023ce7b6e..58a27bb21 100644 --- a/ares/Makefile.inc +++ b/ares/Makefile.inc @@ -10,7 +10,7 @@ ares_parse_ns_reply.c ares_llist.c HHEADERS = ares.h ares_private.h setup.h ares_dns.h ares_version.h \ nameser.h inet_net_pton.h inet_ntop.h ares_ipv6.h bitncmp.h \ - setup_once.h + setup_once.h ares_llist.h MANPAGES= ares_destroy.3 ares_expand_name.3 ares_expand_string.3 ares_fds.3 \ ares_free_hostent.3 ares_free_string.3 ares_gethostbyaddr.3 \ diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index b8b6379b1..b1e533df7 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -1,9 +1,9 @@ This is what's new and changed in the c-ares 1.5.1 release: - o + o added the ares_llist.h header that was missing in the 1.5.0 release Thanks go to these friendly people for their efforts and contributions: - + Robin Cornelius Have fun!