From: Mark Andrews Date: Mon, 19 Apr 2004 05:52:21 +0000 (+0000) Subject: silence missing prototype warning. X-Git-Tag: v9.2.3rc4^3~55 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=90039392500d15bf056ab4505d048fcba0d485df;p=thirdparty%2Fbind9.git silence missing prototype warning. --- diff --git a/config.h.win32 b/config.h.win32 index 152f4f893bf..486fa4c8326 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -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 #define isatty _isatty #ifndef _WINSOCKAPI_