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>2007-11-23 19:32:50 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-11-23 19:32:50 +0300
commit48bf997e10aacba1f1747248790fcb70503623d3 (patch)
tree82df9b23c37359cb8ca239e68f88931407457f9e /src/core/ngx_core.h
parent499c05a87bc2b747d2dbb98cc6982f31b3c87f78 (diff)
ngx_queue.h
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index a43599ae7..1b7549914 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -50,6 +50,7 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c);
#include <ngx_alloc.h>
#include <ngx_palloc.h>
#include <ngx_buf.h>
+#include <ngx_queue.h>
#include <ngx_array.h>
#include <ngx_list.h>
#include <ngx_hash.h>