commit | de9fca55b1d9e72818e27504a5483174e6ec6c2e | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Apr 01 13:09:36 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Apr 01 13:09:36 2009 +0000 |
tree | 88f86ef0b231891610aa5c4babb42c6e3bd44803 | |
parent | 931d313311c107508c1480b643875ea6f1d6908c [diff] |
fix MacOSX building, broken in r2616
diff --git a/src/os/unix/ngx_darwin_config.h b/src/os/unix/ngx_darwin_config.h index 373ed14..3900976 100644 --- 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>