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

index 5ab9c6a7eef95f0cf1194c098b8eb3a80a3f0756..a6eaa58d8ebefa72ea7e35cf8cd5734ab29d8dfd 100644 (file)
@@ -17,7 +17,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signkey.c,v 1.29 2000/07/31 15:28:13 bwelling Exp $ */
+/* $Id: dnssec-signkey.c,v 1.30 2000/07/31 21:07:25 tale Exp $ */
 
 #include <config.h>
 
@@ -31,6 +31,7 @@
 
 #include <dns/db.h>
 #include <dns/dnssec.h>
+#include <dns/fixedname.h>
 #include <dns/log.h>
 #include <dns/rdata.h>
 #include <dns/rdatalist.h>