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	Wed Mar 12 13:37:29 2008 +0000
+++ b/src/os/unix/ngx_linux_config.h	Wed Mar 12 19:34:36 2008 +0000
@@ -69,7 +69,7 @@
 #endif
 
 
-#if (NGX_HAVE_POLL)
+#if (NGX_HAVE_POLL || NGX_HAVE_RTSIG)
 #include <poll.h>
 #endif