mirror of
https://github.com/nginx/nginx.git
synced 2026-06-24 10:58:49 +00:00
fix building on modern Fedora 9 caused by IOV_MAX
This commit is contained in:
parent
f9d923e5fe
commit
ccd55fc2ca
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
|
||||
#include <time.h> /* tzset() */
|
||||
#include <malloc.h> /* memalign() */
|
||||
#include <limits.h> /* IOV_MAX */
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <crypt.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue