mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-23 02:43:17 -04:00
needs <dns/name.h> for dns_name_t
This commit is contained in:
parent
65260de947
commit
23b251fbf2
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdatastructpre.h,v 1.10 2000/07/27 09:48:44 tale Exp $ */
|
||||
/* $Id: rdatastructpre.h,v 1.11 2000/07/31 20:57:06 tale Exp $ */
|
||||
|
||||
#ifndef DNS_RDATASTRUCT_H
|
||||
#define DNS_RDATASTRUCT_H 1
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
#include <isc/lang.h>
|
||||
#include <isc/sockaddr.h>
|
||||
|
||||
#include <dns/name.h>
|
||||
#include <dns/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue