diff options
Diffstat (limited to 'src/core/ngx_array.h')
-rw-r--r-- | src/core/ngx_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_array.h b/src/core/ngx_array.h index 22cb3fc35..d6443d6a7 100644 --- a/src/core/ngx_array.h +++ b/src/core/ngx_array.h @@ -3,8 +3,8 @@ #include <ngx_config.h> +#include <ngx_core.h> -#include <ngx_alloc.h> typedef struct { void *elts; |