Add ip6addr.h to Makefile list.
diff --git a/Makefile b/Makefile
index fb8e9eb..45bd2ae 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@
        domain.o dnssec.o blockdata.o
 
 hdrs = dnsmasq.h config.h dhcp-protocol.h dhcp6-protocol.h \
-       dns-protocol.h radv-protocol.h
+       dns-protocol.h radv-protocol.h ip6addr.h
 
 all : $(BUILDDIR)
 	@cd $(BUILDDIR) && $(MAKE) \