commit | 9cc1acef18220cfc3b66d0a761f1f7c39e0b5c29 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Nov 04 22:12:39 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Nov 04 22:12:39 2003 +0000 |
tree | 8c40a56b42bd6d0071bdd3f683cf1b520fd502a8 | |
parent | f60b1a5cd9f6e509caf4513f1b28ae33cb3dae4e [diff] [blame] |
nginx-0.0.1-2003-11-05-01:12:39 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index b964377..3df2188 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -7,6 +7,7 @@ #include <ngx_http_request.h> #include <ngx_http_config.h> #include <ngx_http_cache.h> +#include <ngx_http_busy_lock.h> #include <ngx_http_filter.h> #include <ngx_http_core_module.h>