finished print.h stuff

This commit is contained in:
Francis Dupont 2015-05-23 16:14:16 +02:00
parent 9411106e30
commit d0b0dbca7e
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include <config.h>
#include <isc/mem.h>
#include <isc/print.h>
#include <isc/rwlock.h>
#include <isc/string.h> /* Required for HP/UX (and others?) */
#include <isc/util.h>

View file

@ -26,6 +26,7 @@
#include <string.h>
#include <isc/util.h>
#include <isc/print.h>
#include <isc/string.h>
#include "dnstest.h"