From: Igor Sysoev Date: Wed, 12 Mar 2008 19:34:36 +0000 (+0000) Subject: fix r1921 X-Git-Tag: release-0.6.28~2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=5d6ca1e3e4f969f621dcac66d936efcfcea44eb6;p=nginx.git fix r1921 --- diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index c584ff885..cd9350992 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -69,7 +69,7 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif -#if (NGX_HAVE_POLL) +#if (NGX_HAVE_POLL || NGX_HAVE_RTSIG) #include #endif