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 /src | |
parent | 0370ff015eeebf149756123d2d4d615ffe8c092d (diff) | |
download | nginx-723f71ddfe00d40b42b5582a55406e474401d3fd.tar.gz nginx-723f71ddfe00d40b42b5582a55406e474401d3fd.zip |
fix FreeBSD before 7 building, broken in r2616
Diffstat (limited to 'src')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 377148602..997581a6b 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -22,6 +22,7 @@ #include <grp.h> #include <dirent.h> #include <glob.h> +#include <sys/param.h> /* ALIGN() */ #include <sys/mount.h> /* statfs() */ #include <sys/filio.h> /* FIONBIO */ @@ -44,7 +45,6 @@ #include <libutil.h> /* setproctitle() before 4.1 */ #include <osreldate.h> #include <sys/sysctl.h> -#include <sys/param.h> /* ALIGN() */ #if __FreeBSD_version < 400017 |