From 22a5d849701071c13f6a566ab640f8088f72c58e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 7 Jul 2008 11:50:42 +0000 Subject: [PATCH] r2019 merge: fix building on modern Fedora 9 caused by IOV_MAX --- src/os/unix/ngx_linux_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index c584ff885..b8e7159d0 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -47,6 +47,7 @@ #include /* tzset() */ #include /* memalign() */ +#include /* IOV_MAX */ #include #include #include