mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08: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 <time.h> /* tzset() */
|
||||||
#include <malloc.h> /* memalign() */
|
#include <malloc.h> /* memalign() */
|
||||||
|
#include <limits.h> /* IOV_MAX */
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#include <crypt.h>
|
#include <crypt.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user