]> git.kaiwu.me - nginx.git/commitdiff
fix MacOSX building, broken in r2616
authorIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 13:09:36 +0000 (13:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 13:09:36 +0000 (13:09 +0000)
src/os/unix/ngx_darwin_config.h

index 373ed14e3c3557853cc7bf77ca5790a9cf1e46ac..39009768f82b5c807ed786e20a5a07f1ffcdada0 100644 (file)
@@ -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>