From e89c4581f4706187052671a8a40dda4fe3e3c391 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 19 Dec 2003 08:15:11 +0000 Subject: nginx-0.0.1-2003-12-19-11:15:11 import --- src/core/ngx_core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/ngx_core.h') 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 #include #include #include @@ -30,7 +31,9 @@ typedef struct ngx_connection_s ngx_connection_t; #include #include #include +#if (HAVE_PCRE) #include +#endif #include #include #include -- cgit