mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix r1921
This commit is contained in:
parent
8ce6b25201
commit
5d6ca1e3e4
@ -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 New Issue
Block a user