]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixedname.h wasn't being included
authorBrian Wellington <source@isc.org>
Mon, 31 Jul 2000 22:11:13 +0000 (22:11 +0000)
committerBrian Wellington <source@isc.org>
Mon, 31 Jul 2000 22:11:13 +0000 (22:11 +0000)
bin/nsupdate/nsupdate.c

index 5fb881459b60a311e8ed1c185175160193f983e8..500cb9f94b71d9d4c0bf9f20de274ce0c00ae7e2 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.36 2000/07/28 03:39:12 tale Exp $ */
+/* $Id: nsupdate.c,v 1.37 2000/07/31 22:11:13 bwelling Exp $ */
 
 #include <config.h>
 
@@ -39,6 +39,7 @@
 #include <dns/callbacks.h>
 #include <dns/dispatch.h>
 #include <dns/events.h>
+#include <dns/fixedname.h>
 #include <dns/message.h>
 #include <dns/name.h>
 #include <dns/rdata.h>