mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix OpenBSD building, broken in r2616
This commit is contained in:
parent
508b1b5dfb
commit
76f42ca21a
@ -44,6 +44,9 @@
|
|||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <glob.h>
|
#include <glob.h>
|
||||||
|
#if (NGX_HAVE_SYS_PARAM_H)
|
||||||
|
#include <sys/param.h> /* statfs() */
|
||||||
|
#endif
|
||||||
#if (NGX_HAVE_SYS_MOUNT_H)
|
#if (NGX_HAVE_SYS_MOUNT_H)
|
||||||
#include <sys/mount.h> /* statfs() */
|
#include <sys/mount.h> /* statfs() */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user