changeset 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 c5535c2f6942
children e720be7bc195
files src/os/unix/ngx_linux_config.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>