diff src/core/ngx_core.h @ 365:fd24ba70e1b3

nginx-0.0.7-2004-06-23-09:54:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2004 05:54:27 +0000
parents 0a03c921c81d
children 54f76b0b8dca
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -19,6 +19,7 @@ typedef struct ngx_connection_s  ngx_con
 #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_con
 #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>