]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <arpa/nameser.h> for ns_tsig_key
authorMark Andrews <marka@isc.org>
Tue, 22 May 2001 22:51:31 +0000 (22:51 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 May 2001 22:51:31 +0000 (22:51 +0000)
lib/bind/include/resolv.h

index 3771d12036803a686a43fae103947c560b092699..4605bf8a0f417a45fe8ce9128ea32bf03f28f500 100644 (file)
@@ -50,7 +50,7 @@
 
 /*
  *     @(#)resolv.h    8.1 (Berkeley) 6/2/93
- *     $Id: resolv.h,v 1.3 2001/05/21 14:31:29 marka Exp $
+ *     $Id: resolv.h,v 1.4 2001/05/22 22:51:31 marka Exp $
  */
 
 #ifndef _RESOLV_H_
@@ -65,6 +65,7 @@
 #include <sys/cdefs.h>
 #include <sys/socket.h>
 #include <stdio.h>
+#include <arpa/nameser.h>
 
 /*
  * Revision information.  This is the release date in YYYYMMDD format.