2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

need <isc/print.h>

This commit is contained in:
Andreas Gustafsson 2001-11-29 01:14:35 +00:00
parent 9ecb35e7d4
commit db080b7310

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: host.c,v 1.79 2001/11/29 01:08:43 gson Exp $ */
/* $Id: host.c,v 1.80 2001/11/29 01:14:35 gson Exp $ */
#include <config.h>
#include <stdlib.h>
@ -24,6 +24,7 @@
#include <isc/app.h>
#include <isc/commandline.h>
#include <isc/netaddr.h>
#include <isc/print.h>
#include <isc/string.h>
#include <isc/util.h>
#include <isc/task.h>