comparison src/os/unix/ngx_posix_config.h @ 2659:a3bcaabf2ec8

fix OpenBSD building, broken in r2616
author Igor Sysoev <igor@sysoev.ru>
date Thu, 02 Apr 2009 13:44:32 +0000
parents ceef364208c8
children 6060225e9261
comparison
equal deleted inserted replaced
2658:dde94586e6c4 2659:a3bcaabf2ec8
42 #include <signal.h> 42 #include <signal.h>
43 #include <pwd.h> 43 #include <pwd.h>
44 #include <grp.h> 44 #include <grp.h>
45 #include <dirent.h> 45 #include <dirent.h>
46 #include <glob.h> 46 #include <glob.h>
47 #if (NGX_HAVE_SYS_PARAM_H)
48 #include <sys/param.h> /* statfs() */
49 #endif
47 #if (NGX_HAVE_SYS_MOUNT_H) 50 #if (NGX_HAVE_SYS_MOUNT_H)
48 #include <sys/mount.h> /* statfs() */ 51 #include <sys/mount.h> /* statfs() */
49 #endif 52 #endif
50 #if (NGX_HAVE_SYS_STATVFS_H) 53 #if (NGX_HAVE_SYS_STATVFS_H)
51 #include <sys/statvfs.h> /* statvfs() */ 54 #include <sys/statvfs.h> /* statvfs() */