diff options
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 4271da3e7..4fa657293 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -6,9 +6,11 @@ #include <ngx_core.h> #include <ngx_garbage_collector.h> +typedef struct ngx_http_request_s ngx_http_request_t; + +#include <ngx_http_cache.h> #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_log_handler.h> |
