diff src/os/unix/ngx_linux_config.h @ 368:6aeb6e11b9e7 NGINX_0_6_28

nginx 0.6.28 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Thu, 13 Mar 2008 00:00:00 +0300
parents eae74a780a84
children 820f6378fc00
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