From de9fca55b1d9e72818e27504a5483174e6ec6c2e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 1 Apr 2009 13:09:36 +0000 Subject: fix MacOSX building, broken in r2616 --- src/os/unix/ngx_darwin_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/os/unix/ngx_darwin_config.h b/src/os/unix/ngx_darwin_config.h index 373ed14e3..39009768f 100644 --- a/src/os/unix/ngx_darwin_config.h +++ b/src/os/unix/ngx_darwin_config.h @@ -24,6 +24,7 @@ #include #include #include +#include /* statfs() */ #include /* FIONBIO */ #include -- cgit