changeset 2633:34389dfc2061

fix MacOSX building, broken in r2616
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Apr 2009 13:09:36 +0000
parents ba1f3cdba725
children d1d0e6d7ff0c
files src/os/unix/ngx_darwin_config.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/unix/ngx_darwin_config.h
+++ b/src/os/unix/ngx_darwin_config.h
@@ -24,6 +24,7 @@
 #include <grp.h>
 #include <dirent.h>
 #include <glob.h>
+#include <sys/mount.h>          /* statfs() */
 
 #include <sys/filio.h>          /* FIONBIO */
 #include <sys/ioctl.h>