From a58e3ca14300fce97b2124233afe140c8d59199f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Sep 2002 14:48:24 +0000 Subject: nginx-0.0.1-2002-09-02-18:48:24 import --- src/core/ngx_config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 88f374ac3..f7223fa45 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -18,6 +18,7 @@ #include #include +#include /* offsetof */ #include #include @@ -88,6 +89,10 @@ #endif +#ifndef HAVE_SELECT +#define HAVE_SELECT 1 +#endif + #ifdef __FreeBSD__ -- cgit