]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
include dns/diff.h
authorMark Andrews <marka@isc.org>
Tue, 30 Aug 2011 13:02:39 +0000 (13:02 +0000)
committerMark Andrews <marka@isc.org>
Tue, 30 Aug 2011 13:02:39 +0000 (13:02 +0000)
lib/dns/include/dns/update.h

index 5bc58c9331e2b27e1a4891bfd536e662ade5e4e3..328c038e85a48ee87621c5b78bd7759ec553039d 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.h,v 1.3 2011/08/30 05:16:15 marka Exp $ */
+/* $Id: update.h,v 1.4 2011/08/30 13:02:39 marka Exp $ */
 
 #ifndef DNS_UPDATE_H
 #define DNS_UPDATE_H 1
@@ -28,6 +28,7 @@
 #include <isc/lang.h>
 
 #include <dns/types.h>
+#include <dns/diff.h>
 
 typedef struct {
        void (*func)(void *arg, dns_zone_t *zone, int level,