diff src/os/unix/ngx_linux_config.h @ 2100:9de0ba4d82f6 stable-0.6

r2019 merge: fix building on modern Fedora 9 caused by IOV_MAX
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 11:24:19 +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>