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

index 9558ab2dd2c22e66a8195b18e5eae621825a3732..ed87189517b96d818c2d470ff8cf747cb19e6549 100644 (file)
  * 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 */
 
 #include <config.h>
 
+#include <isc/file.h>
 #include <isc/offset.h>
 #include <isc/result.h>
 #include <isc/stdio.h>