commit | ccd55fc2ca69ae4d65cdd82875189462f8fedb1d | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue May 20 13:45:07 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue May 20 13:45:07 2008 +0000 |
tree | 26e042aa9401566f668a0a87540e7d64de72b9ef | |
parent | f9d923e5fe1949a13f4cdafe223a1c6cb4cd71f0 [diff] |
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 index cd93509..bf2eae8 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h
@@ -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>