# HG changeset patch # User Igor Sysoev # Date 1215429859 0 # Node ID 9de0ba4d82f68ebe72364fd5f8e85af5144582bc # Parent ed73a895b440e15b1759561137220aae98fcad72 r2019 merge: 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