diff src/os/unix/ngx_linux_config.h @ 1931:6b86f793eac5

fix r1921
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Mar 2008 19:34:36 +0000
parents 379ee44a4456
children c54ccad7b2f0
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