]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
need #include <dns/rdataset.h> and <dns/rdatastruct.h>
authorAndreas Gustafsson <source@isc.org>
Fri, 22 Dec 2000 23:01:56 +0000 (23:01 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 22 Dec 2000 23:01:56 +0000 (23:01 +0000)
lib/dns/include/dns/validator.h

index 7050466ceafbdb2fbcc91b3bfd495b7e08d6963d..7f632d93331499dd31442f2f127e490e1e5cea81 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.h,v 1.16 2000/12/21 18:11:00 gson Exp $ */
+/* $Id: validator.h,v 1.17 2000/12/22 23:01:56 gson Exp $ */
 
 #ifndef DNS_VALIDATOR_H
 #define DNS_VALIDATOR_H 1
@@ -52,6 +52,8 @@
 #include <isc/mutex.h>
 
 #include <dns/types.h>
+#include <dns/rdataset.h>
+#include <dns/rdatastruct.h> /* for dns_rdata_sig_t */
 
 #include <dst/dst.h>