diff src/core/ngx_connection.h @ 28:a117a7fdf042

nginx-0.0.1-2002-12-16-00:08:04 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Dec 2002 21:08:04 +0000
parents 53cb81681040
children 0e81ac0bb3e2
line wrap: on
line diff
--- 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_alloc.h>
 #include <ngx_hunk.h>
-#include <ngx_alloc.h>
+#include <ngx_array.h>
 #include <ngx_string.h>
 #include <ngx_server.h>