]> git.kaiwu.me - nginx.git/commitdiff
r2019 merge:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jul 2008 11:24:19 +0000 (11:24 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jul 2008 11:24:19 +0000 (11:24 +0000)
fix building on modern Fedora 9 caused by IOV_MAX

src/os/unix/ngx_linux_config.h

index cd935099242f4b982d7ae4d1b5f7ee716e52553a..bf2eae89276a516b94397642188185306b84785d 100644 (file)
@@ -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>