mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
fix r1921
This commit is contained in:
parent
8ce6b25201
commit
5d6ca1e3e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue