aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_linux_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-12 19:34:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-12 19:34:36 +0000
commit5d6ca1e3e4f969f621dcac66d936efcfcea44eb6 (patch)
tree0441cf3e682015cc9408b6dbd96e58e9f57424b4 /src/os/unix/ngx_linux_config.h
parent8ce6b25201a6d8d60e4faebf14cc74c299cc4892 (diff)
downloadnginx-5d6ca1e3e4f969f621dcac66d936efcfcea44eb6.tar.gz
nginx-5d6ca1e3e4f969f621dcac66d936efcfcea44eb6.zip
fix r1921
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r--src/os/unix/ngx_linux_config.h2
1 files changed, 1 insertions, 1 deletions
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 <poll.h>
#endif