From 98e044cd86c9b4c6c4eaa0ca8008832d1dcc9726 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 7 Jun 2010 10:14:11 +0000 Subject: merge r3459, r3571: Win32 fixes: *) compare long file names in case-insensitive mode, the bug had been introduced in r3436 *) test default NTFS stream "::$DATA" --- src/os/win32/ngx_win32_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/win32/ngx_win32_config.h') diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index d35b448ba..0dcba98cf 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -36,6 +36,7 @@ #include #include #include +#include #ifdef __WATCOMC__ #define _TIME_T_DEFINED -- cgit