]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add #include <isc/file.h>
authorMark Andrews <marka@isc.org>
Sun, 6 Mar 2011 01:46:22 +0000 (01:46 +0000)
committerMark Andrews <marka@isc.org>
Sun, 6 Mar 2011 01:46:22 +0000 (01:46 +0000)
bin/named/logconf.c

index abc418de7f4bab0418107331bedeb11db1af2642..a18e276535525ac29b5ca1cffc28c270fdc70a4b 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: logconf.c,v 1.35.18.7 2011/03/05 23:47:51 tbox Exp $ */
+/* $Id: logconf.c,v 1.35.18.8 2011/03/06 01:46:22 marka Exp $ */
 
 /*! \file */
 
 #include <config.h>
 
+#include <isc/file.h>
 #include <isc/offset.h>
 #include <isc/result.h>
 #include <isc/stdio.h>