diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-11-09 20:03:38 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-09 20:03:38 +0000 |
| commit | 74e95c224ad84c6b84b5a834f49c014a441916b5 (patch) | |
| tree | fea6b4e7b2706f089e462d201e90ec95f5a98fa2 /src/os/win32/ngx_stat.c | |
| parent | e8732b06b94ea5f8a25fa3e71cece7d93f5ac0b8 (diff) | |
| download | nginx-74e95c224ad84c6b84b5a834f49c014a441916b5.tar.gz nginx-74e95c224ad84c6b84b5a834f49c014a441916b5.tar.bz2 | |
nginx-0.0.1-2003-11-09-23:03:38 import; separate building
Diffstat (limited to 'src/os/win32/ngx_stat.c')
| -rw-r--r-- | src/os/win32/ngx_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_stat.c b/src/os/win32/ngx_stat.c index 81559bc31..786bc7f38 100644 --- a/src/os/win32/ngx_stat.c +++ b/src/os/win32/ngx_stat.c @@ -1,7 +1,7 @@ #include <ngx_config.h> +#include <ngx_core.h> -#include <ngx_stat.h> int ngx_file_type(char *file, ngx_file_info_t *sb) { |
