diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-15 21:08:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-15 21:08:04 +0000 |
commit | 5eef618ed671c55bc1244652cb49afef224c833c (patch) | |
tree | 593b11f615eb39e824c8e8d45ada176ae264de0d /src/core/ngx_connection.h | |
parent | 6e4bca966e723a2162a0f183f4f520115e0fba32 (diff) | |
download | nginx-5eef618ed671c55bc1244652cb49afef224c833c.tar.gz nginx-5eef618ed671c55bc1244652cb49afef224c833c.zip |
nginx-0.0.1-2002-12-16-00:08:04 import
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> |