diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-06-23 05:54:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-23 05:54:27 +0000 |
commit | a1796d747c556e0dc8114e4e39aca6e57a8285f9 (patch) | |
tree | f7c020bf3f6b5713143d1732a17e0190659ebc34 /src/core/ngx_core.h | |
parent | 3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0 (diff) | |
download | nginx-a1796d747c556e0dc8114e4e39aca6e57a8285f9.tar.gz nginx-a1796d747c556e0dc8114e4e39aca6e57a8285f9.zip |
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.h | 2 |
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> |