]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
include <dns/soa.h> for dns_soa_serial() prototype
authorDavid Lawrence <source@isc.org>
Thu, 31 May 2001 10:38:01 +0000 (10:38 +0000)
committerDavid Lawrence <source@isc.org>
Thu, 31 May 2001 10:38:01 +0000 (10:38 +0000)
bin/named/update.c
lib/dns/xfrin.c

index de174d6cb6797e2c46c60885ca0647a1101acabf..111623e9897ebfc271d666fdaba29f4f0edb5d8e 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.87 2001/05/06 02:17:48 mayer Exp $ */
+/* $Id: update.c,v 1.88 2001/05/31 10:37:58 tale Exp $ */
 
 #include <config.h>
 
@@ -36,6 +36,7 @@
 #include <dns/rdataclass.h>
 #include <dns/rdataset.h>
 #include <dns/rdatasetiter.h>
+#include <dns/soa.h>
 #include <dns/ssu.h>
 #include <dns/view.h>
 #include <dns/zone.h>
index ea5ddec128f233fa4836d4229792bde32961dcb4..28a243182b6ffb2cb641b918be75228517f43f30 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrin.c,v 1.118 2001/05/10 17:51:44 gson Exp $ */
+/* $Id: xfrin.c,v 1.119 2001/05/31 10:38:01 tale Exp $ */
 
 #include <config.h>
 
@@ -37,6 +37,7 @@
 #include <dns/rdatalist.h>
 #include <dns/rdataset.h>
 #include <dns/result.h>
+#include <dns/soa.h>
 #include <dns/tcpmsg.h>
 #include <dns/timer.h>
 #include <dns/tsig.h>