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

index b08a34568093d718217df96b4a0fa0bd8f7d0d98..573112683d61dd1a031ca36f46612be8d4d532a6 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: logconf.c,v 1.42.816.1 2011/03/04 14:10:12 smann Exp $ */
+/* $Id: logconf.c,v 1.42.816.2 2011/03/05 03:08:10 marka Exp $ */
 
 /*! \file */
 
 #include <config.h>
 
+#include <isc/file.h>
 #include <isc/offset.h>
 #include <isc/result.h>
 #include <isc/stdio.h>