]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence missing prototype warning.
authorMark Andrews <marka@isc.org>
Mon, 19 Apr 2004 05:52:21 +0000 (05:52 +0000)
committerMark Andrews <marka@isc.org>
Mon, 19 Apr 2004 05:52:21 +0000 (05:52 +0000)
config.h.win32

index 152f4f893bfee5e34957455b42973f5b92a00d6c..486fa4c8326aa544923a6678c2554f50edf6ba5d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.win32,v 1.9 2004/04/10 04:03:16 marka Exp $ */
+/* $Id: config.h.win32,v 1.10 2004/04/19 05:52:21 marka Exp $ */
 
 /*
  * win32 configuration file
@@ -192,6 +192,7 @@ typedef long off_t;
 #define open   _open
 #define close  _close
 #define write  _write
+#include <io.h>
 #define isatty _isatty
 
 #ifndef _WINSOCKAPI_