commit | 5d6ca1e3e4f969f621dcac66d936efcfcea44eb6 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Mar 12 19:34:36 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Mar 12 19:34:36 2008 +0000 |
tree | 0441cf3e682015cc9408b6dbd96e58e9f57424b4 | |
parent | 8ce6b25201a6d8d60e4faebf14cc74c299cc4892 [diff] |
fix r1921
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index c584ff8..cd93509 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h
@@ -69,7 +69,7 @@ #endif -#if (NGX_HAVE_POLL) +#if (NGX_HAVE_POLL || NGX_HAVE_RTSIG) #include <poll.h> #endif