]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing include needed for win32 build
authorEvan Hunt <each@isc.org>
Wed, 2 Sep 2009 17:58:06 +0000 (17:58 +0000)
committerEvan Hunt <each@isc.org>
Wed, 2 Sep 2009 17:58:06 +0000 (17:58 +0000)
lib/isc/win32/file.c

index 494805c945f504f89b7d3ba84bfd39edc58bf8fd..fabd5b6e10134cdaf0dd00ffb654a6eb1b67cdfb 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: file.c,v 1.34 2009/08/28 03:13:08 each Exp $ */
+/* $Id: file.c,v 1.35 2009/09/02 17:58:06 each Exp $ */
 
 #include <config.h>
 
@@ -36,6 +36,7 @@
 #include <isc/time.h>
 #include <isc/util.h>
 #include <isc/stat.h>
+#include <isc/string.h>
 
 #include "errno2result.h"