]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
needs <dns/name.h> for dns_name_t
authorDavid Lawrence <source@isc.org>
Mon, 31 Jul 2000 20:57:06 +0000 (20:57 +0000)
committerDavid Lawrence <source@isc.org>
Mon, 31 Jul 2000 20:57:06 +0000 (20:57 +0000)
lib/dns/rdata/rdatastructpre.h

index 547bba5ce3c5345e6d66e7ea09c08821669cadfb..48de77b2c48c448963d73a869238b4bd318456f5 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rdatastructpre.h,v 1.10 2000/07/27 09:48:44 tale Exp $ */
+/* $Id: rdatastructpre.h,v 1.11 2000/07/31 20:57:06 tale Exp $ */
 
 #ifndef DNS_RDATASTRUCT_H
 #define DNS_RDATASTRUCT_H 1
@@ -23,6 +23,7 @@
 #include <isc/lang.h>
 #include <isc/sockaddr.h>
 
+#include <dns/name.h>
 #include <dns/types.h>
 
 ISC_LANG_BEGINDECLS