From 5d6ca1e3e4f969f621dcac66d936efcfcea44eb6 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 12 Mar 2008 19:34:36 +0000 Subject: [PATCH] fix r1921 --- src/os/unix/ngx_linux_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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