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

1774. [port] Aix: Silence compiler warnings / build failures.

[RT #13154]
This commit is contained in:
Mark Andrews
2004-11-30 01:12:52 +00:00
parent d5f13fecca
commit 09ba9eaceb
14 changed files with 88 additions and 39 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check-tool.c,v 1.12 2004/11/09 21:24:20 marka Exp $ */
/* $Id: check-tool.c,v 1.13 2004/11/30 01:08:48 marka Exp $ */
#include <config.h>
@@ -32,6 +32,7 @@
#include <isc/types.h>
#include <dns/fixedname.h>
#include <dns/log.h>
#include <dns/name.h>
#include <dns/rdataclass.h>
#include <dns/types.h>