mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:52:05 -04:00
do not include dns/rdatastruct.h (yet)
This commit is contained in:
parent
325c88703c
commit
e1739e9938
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdata.c,v 1.39 1999/05/03 03:07:15 marka Exp $ */
|
||||
/* $Id: rdata.c,v 1.40 1999/05/03 19:56:53 halley Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -38,7 +38,6 @@
|
|||
#include <dns/cert.h>
|
||||
#include <dns/secalg.h>
|
||||
#include <dns/fixedname.h>
|
||||
#include <dns/rdatastruct.h>
|
||||
|
||||
#define RETERR(x) do { \
|
||||
dns_result_t __r = (x); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue