2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

more DNS_OPT_NEWCODES sanitation

This commit is contained in:
Andreas Gustafsson
2000-12-02 04:30:08 +00:00
parent ab3f2d77bd
commit 294ae26fb3
3 changed files with 9 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.133 2000/12/02 02:07:37 gson Exp $ */
/* $Id: client.c,v 1.134 2000/12/02 04:30:08 gson Exp $ */
#include <config.h>
@@ -30,7 +30,9 @@
#include <dns/dispatch.h>
#include <dns/events.h>
#include <dns/message.h>
#ifdef DNS_OPT_NEWCODES
#include <dns/opt.h>
#endif /* DNS_OPT_NEWCODES */
#include <dns/rdata.h>
#include <dns/rdataclass.h>
#include <dns/rdatalist.h>