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>2004-06-23 09:54:27 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-23 09:54:27 +0400
commita1796d747c556e0dc8114e4e39aca6e57a8285f9 (patch)
treef7c020bf3f6b5713143d1732a17e0190659ebc34 /src/core/ngx_core.h
parent3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0 (diff)
nginx-0.0.7-2004-06-23-09:54:27 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index 2a112dded..ed6e3737a 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -19,6 +19,7 @@ typedef struct ngx_connection_s ngx_connection_t;
#include <ngx_time.h>
#include <ngx_socket.h>
#include <ngx_errno.h>
+#include <ngx_types.h>
#include <ngx_shared.h>
#include <ngx_process.h>
#include <ngx_thread.h>
@@ -31,7 +32,6 @@ typedef struct ngx_connection_s ngx_connection_t;
#include <ngx_buf.h>
#include <ngx_array.h>
#include <ngx_table.h>
-#include <ngx_types.h>
#include <ngx_file.h>
#include <ngx_files.h>
#include <ngx_crc.h>