aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_core.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-19 08:15:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-19 08:15:11 +0000
commite89c4581f4706187052671a8a40dda4fe3e3c391 (patch)
tree3644c7b95ae7ed7b62d830c62e452b632ac9e89b /src/core/ngx_core.h
parente3466a4058ec3a6c7915f5239fac9f6bfbb6a29d (diff)
downloadnginx-e89c4581f4706187052671a8a40dda4fe3e3c391.tar.gz
nginx-e89c4581f4706187052671a8a40dda4fe3e3c391.zip
nginx-0.0.1-2003-12-19-11:15:11 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index b2c3d554d..75658bacb 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -15,6 +15,7 @@ typedef struct ngx_event_s ngx_event_t;
typedef struct ngx_connection_s ngx_connection_t;
+#include <ngx_atomic.h>
#include <ngx_time.h>
#include <ngx_socket.h>
#include <ngx_errno.h>
@@ -30,7 +31,9 @@ typedef struct ngx_connection_s ngx_connection_t;
#include <ngx_file.h>
#include <ngx_files.h>
#include <ngx_crc.h>
+#if (HAVE_PCRE)
#include <ngx_regex.h>
+#endif
#include <ngx_rbtree.h>
#include <ngx_times.h>
#include <ngx_inet.h>