diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-03-03 10:05:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-03-03 10:05:54 +0000 |
commit | f953436886ad8def8eda55d0693f609d8a8b5a89 (patch) | |
tree | bb6aea179acf95fe5a53c5a6068dde31b00e4a02 /src/os/win32/ngx_win32_config.h | |
parent | 416fc7aac7d05fe84227e382152f7b64e81a5e25 (diff) | |
download | nginx-f953436886ad8def8eda55d0693f609d8a8b5a89.tar.gz nginx-f953436886ad8def8eda55d0693f609d8a8b5a89.zip |
compare long file names in case-insensitive mode,
the bug had been introduced in r3418
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <locale.h> #ifdef __WATCOMC__ #define _TIME_T_DEFINED |