mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
Missing #include
This commit is contained in:
parent
f74b7e5aae
commit
e205d63cbb
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: ns_2.h,v 1.12 1999/05/07 03:24:10 marka Exp $ */
|
||||
/* $Id: ns_2.h,v 1.13 1999/07/05 00:32:37 marka Exp $ */
|
||||
|
||||
#include <dns/fixedname.h>
|
||||
|
||||
typedef struct dns_rdata_ns {
|
||||
dns_rdatacommon_t common;
|
||||
|
|
|
|||
Loading…
Reference in a new issue