2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

add #include <isc/file.h>

This commit is contained in:
Mark Andrews
2011-03-05 03:03:57 +00:00
parent 82447d835d
commit 7d09a0190b

View File

@@ -15,12 +15,13 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: logconf.c,v 1.43 2011/03/04 14:07:03 smann Exp $ */ /* $Id: logconf.c,v 1.44 2011/03/05 03:03:57 marka Exp $ */
/*! \file */ /*! \file */
#include <config.h> #include <config.h>
#include <isc/file.h>
#include <isc/offset.h> #include <isc/offset.h>
#include <isc/result.h> #include <isc/result.h>
#include <isc/stdio.h> #include <isc/stdio.h>