changeset 1931:6b86f793eac5

fix r1921
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Mar 2008 19:34:36 +0000
parents 44d47b42f2e3
children 98d859e8d631
files src/os/unix/ngx_linux_config.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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, i
 #endif
 
 
-#if (NGX_HAVE_POLL)
+#if (NGX_HAVE_POLL || NGX_HAVE_RTSIG)
 #include <poll.h>
 #endif