From 4524fb0dcda00c32732132cfefb263f8fa9919df Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 26 Sep 2006 12:20:12 +0000 Subject: Solaris 10 event ports support --- src/os/unix/ngx_solaris_config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/os/unix/ngx_solaris_config.h') diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index ba1d351c7..c3d832719 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -74,6 +74,11 @@ #endif +#if (NGX_HAVE_EVENTPORT) +#include +#endif + + #ifndef NGX_HAVE_INHERITED_NONBLOCK #define NGX_HAVE_INHERITED_NONBLOCK 1 #endif -- cgit