diff src/os/unix/ngx_linux_config.h @ 2018:c54ccad7b2f0

fix building on modern Fedora 9 caused by IOV_MAX
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 May 2008 13:45:07 +0000
parents 6b86f793eac5
children ceef364208c8
line wrap: on
line diff
--- a/src/os/unix/ngx_linux_config.h
+++ b/src/os/unix/ngx_linux_config.h
@@ -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>