diff options
Diffstat (limited to 'src/core/ngx_hunk.c')
-rw-r--r-- | src/core/ngx_hunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_hunk.c b/src/core/ngx_hunk.c index 691387f96..32a52c928 100644 --- a/src/core/ngx_hunk.c +++ b/src/core/ngx_hunk.c @@ -1,6 +1,6 @@ #include <ngx_config.h> -#include <ngx_hunk.h> +#include <ngx_core.h> ngx_hunk_t *ngx_create_temp_hunk(ngx_pool_t *pool, int size, |