From 723f71ddfe00d40b42b5582a55406e474401d3fd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 30 Mar 2009 12:33:33 +0000 Subject: fix FreeBSD before 7 building, broken in r2616 --- src/os/unix/ngx_freebsd_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 #include #include +#include /* ALIGN() */ #include /* statfs() */ #include /* FIONBIO */ @@ -44,7 +45,6 @@ #include /* setproctitle() before 4.1 */ #include #include -#include /* ALIGN() */ #if __FreeBSD_version < 400017 -- cgit