]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
needs <dns/fixedname.h> now that it rdatastruct.h does not provide it
authorDavid Lawrence <source@isc.org>
Mon, 31 Jul 2000 20:53:56 +0000 (20:53 +0000)
committerDavid Lawrence <source@isc.org>
Mon, 31 Jul 2000 20:53:56 +0000 (20:53 +0000)
lib/dns/dnssec.c

index ade4061f245750f4ffd7d78762e371bf1877758c..75048994c0d8f834e311e0bccf771c0d54e8a709 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.45 2000/07/27 09:46:02 tale Exp $
+ * $Id: dnssec.c,v 1.46 2000/07/31 20:53:56 tale Exp $
  * Principal Author: Brian Wellington
  */
 
@@ -32,6 +32,7 @@
 
 #include <dns/db.h>
 #include <dns/dnssec.h>
+#include <dns/fixedname.h>
 #include <dns/keyvalues.h>
 #include <dns/message.h>
 #include <dns/rdata.h>