Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-06-03 19:42:58 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-06-03 19:42:58 +0400
commit1c10462e88491d52a23e22fbc3ca0012591df095 (patch)
tree5a71cf54dda493188473693e5b66a08fc8cdf161 /src/core/ngx_array.h
parent7578ec9df43bbb31db5291f1b76359d10900a679 (diff)
nginx-0.0.1-2003-06-03-19:42:58 import
Diffstat (limited to 'src/core/ngx_array.h')
-rw-r--r--src/core/ngx_array.h2
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;