From 67cd336d88f8a920ea5921936785a1c1553062fb Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 20 Nov 2006 08:51:45 +0000 Subject: slab allocator in shared memory --- src/core/ngx_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/ngx_core.h') diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 7c1fbbdff..ec8bbf3ae 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -64,6 +64,7 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include #include #include +#include #if (NGX_OPENSSL) #include #endif -- cgit