Include <isc/print.h> to get proper definition of vsnprintf() on machines which don't have it.

This commit is contained in:
Michael Graff 2000-04-07 19:17:33 +00:00
parent c7dc3f60bc
commit 7e2c8092db
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#include <isc/mutex.h>
#include <isc/result.h>
#include <isc/task.h>
#include <isc/print.h>
#include <isc/timer.h>
#include <isc/util.h>

View file

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: xfrout.c,v 1.53 2000/04/06 22:01:04 explorer Exp $ */
/* $Id: xfrout.c,v 1.54 2000/04/07 19:17:33 explorer Exp $ */
#include <config.h>
@ -29,6 +29,7 @@
#include <isc/error.h>
#include <isc/mem.h>
#include <isc/result.h>
#include <isc/print.h>
#include <isc/timer.h>
#include <isc/util.h>