comparison src/os/unix/ngx_darwin_config.h @ 2633:34389dfc2061

fix MacOSX building, broken in r2616
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Apr 2009 13:09:36 +0000
parents 345a014436d4
children 0daede16d68b
comparison
equal deleted inserted replaced
2632:ba1f3cdba725 2633:34389dfc2061
22 #include <signal.h> 22 #include <signal.h>
23 #include <pwd.h> 23 #include <pwd.h>
24 #include <grp.h> 24 #include <grp.h>
25 #include <dirent.h> 25 #include <dirent.h>
26 #include <glob.h> 26 #include <glob.h>
27 #include <sys/mount.h> /* statfs() */
27 28
28 #include <sys/filio.h> /* FIONBIO */ 29 #include <sys/filio.h> /* FIONBIO */
29 #include <sys/ioctl.h> 30 #include <sys/ioctl.h>
30 #include <sys/uio.h> 31 #include <sys/uio.h>
31 #include <sys/stat.h> 32 #include <sys/stat.h>