# HG changeset patch # User Igor Sysoev # Date 1211291107 0 # Node ID c54ccad7b2f0ee41d06f0916a35218d703608d91 # Parent c5535c2f694266d584c8fff841266290cb6e2e47 fix building on modern Fedora 9 caused by IOV_MAX diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h --- 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