mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
add #include <isc/print.h>
This commit is contained in:
parent
713b816c6f
commit
e2a61b7bb2
1 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: getnameinfo.c,v 1.2 2009/09/01 00:22:27 jinmei Exp $ */
|
||||
/* $Id: getnameinfo.c,v 1.3 2009/09/01 02:54:26 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -101,8 +101,9 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <isc/sockaddr.h>
|
||||
#include <isc/netaddr.h>
|
||||
#include <isc/print.h>
|
||||
#include <isc/sockaddr.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/byaddr.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue