mirror of
https://github.com/nginx/nginx.git
synced 2024-12-22 15:13:28 -06:00
fix building on modern Fedora 9 caused by IOV_MAX
This commit is contained in:
parent
f9d923e5fe
commit
ccd55fc2ca
@ -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…
Reference in New Issue
Block a user