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

src/os/unix/ngx_linux_config.h

index c584ff88511310a808b3f195e94dbc3b81ead0af..b8e7159d0a17a287c0a39d2617e9458d398799fa 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>