diff --git a/ares/CHANGES b/ares/CHANGES
index 378a81816fb572b863c40ae4cacc6b6c1f441c13..fe2fd6a08c9a6e445f71e57dd4f69a2f44ad658b 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,9 @@
   Changelog for the c-ares project
 
+* November 22
+
+- Install ares_dns.h too
+
 * November 6
 
 - Yang Tse removed a couple of potential zero size memory allocations.
diff --git a/ares/Makefile.am b/ares/Makefile.am
index 3158c6c6393b190f6eaaf8ccee0260b73a44d3e7..55508989402091eb9da532eb95d0b18d0f085240 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -59,7 +59,7 @@ libcares_la_SOURCES = $(CSOURCES) $(HHEADERS)
 # where to install the c-ares headers
 libcares_ladir = $(includedir)
 # what headers to install on 'make install':
-libcares_la_HEADERS = ares.h ares_version.h
+libcares_la_HEADERS = ares.h ares_version.h ares_dns.h
 
 # Make files named *.dist replace the file without .dist extension
 dist-hook: