diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 0ff09ffdf..1c19aa374 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -3,8 +3,9 @@ #include <ngx_socket.h> #include <ngx_log.h> -#include <ngx_hunk.h> #include <ngx_alloc.h> +#include <ngx_hunk.h> +#include <ngx_array.h> #include <ngx_string.h> #include <ngx_server.h> |