diff src/os/win32/ngx_win32_config.h @ 3458:bdcae1a576e3

compare long file names in case-insensitive mode, the bug had been introduced in r3418
author Igor Sysoev <igor@sysoev.ru>
date Wed, 03 Mar 2010 10:05:54 +0000
parents 2e91aecb9e57
children 4f021d4ceb88
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -36,6 +36,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <locale.h>
 
 #ifdef __WATCOMC__
 #define _TIME_T_DEFINED