diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-03-30 12:33:33 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-30 12:33:33 +0000 |
| commit | 723f71ddfe00d40b42b5582a55406e474401d3fd (patch) | |
| tree | 8e1b23945847184ce764ced178907b58651b885d /auto/headers | |
| parent | 0370ff015eeebf149756123d2d4d615ffe8c092d (diff) | |
| download | nginx-723f71ddfe00d40b42b5582a55406e474401d3fd.tar.gz nginx-723f71ddfe00d40b42b5582a55406e474401d3fd.tar.bz2 | |
fix FreeBSD before 7 building, broken in r2616
Diffstat (limited to 'auto/headers')
| -rw-r--r-- | auto/headers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/headers b/auto/headers index cdd5d294b..6f5225f81 100644 --- a/auto/headers +++ b/auto/headers @@ -6,6 +6,7 @@ ngx_include="unistd.h"; . auto/include ngx_include="inttypes.h"; . auto/include ngx_include="limits.h"; . auto/include ngx_include="sys/filio.h"; . auto/include +ngx_include="sys/param.h"; . auto/include ngx_include="sys/mount.h"; . auto/include ngx_include="sys/statvfs.h"; . auto/include ngx_include="crypt.h"; . auto/include |
