diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-01 13:09:36 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-01 13:09:36 +0000 |
commit | de9fca55b1d9e72818e27504a5483174e6ec6c2e (patch) | |
tree | 88f86ef0b231891610aa5c4babb42c6e3bd44803 | |
parent | 931d313311c107508c1480b643875ea6f1d6908c (diff) | |
download | nginx-de9fca55b1d9e72818e27504a5483174e6ec6c2e.tar.gz nginx-de9fca55b1d9e72818e27504a5483174e6ec6c2e.zip |
fix MacOSX building, broken in r2616
-rw-r--r-- | src/os/unix/ngx_darwin_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <grp.h> #include <dirent.h> #include <glob.h> +#include <sys/mount.h> /* statfs() */ #include <sys/filio.h> /* FIONBIO */ #include <sys/ioctl.h> |