]> 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 21:13:38 +0000 (21:13 +0000)
committerDavid Lawrence <source@isc.org>
Mon, 31 Jul 2000 21:13:38 +0000 (21:13 +0000)
bin/dnssec/dnssec-signzone.c

index 3c3c6e43990c72901f91ce460812601e17e1cd7c..5fd1368adeb666277948ca049377b1b01d6872be 100644 (file)
@@ -17,7 +17,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signzone.c,v 1.82 2000/07/31 15:28:14 bwelling Exp $ */
+/* $Id: dnssec-signzone.c,v 1.83 2000/07/31 21:13:38 tale Exp $ */
 
 #include <config.h>
 
@@ -32,6 +32,7 @@
 #include <dns/db.h>
 #include <dns/dbiterator.h>
 #include <dns/dnssec.h>
+#include <dns/fixedname.h>
 #include <dns/keyvalues.h>
 #include <dns/log.h>
 #include <dns/nxt.h>