From: Igor Sysoev Date: Thu, 2 Apr 2009 13:44:32 +0000 (+0000) Subject: fix OpenBSD building, broken in r2616 X-Git-Tag: release-0.7.48~14 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=76f42ca21a1bc9dc18df0f751416dea7c75d28f3;p=nginx.git fix OpenBSD building, broken in r2616 --- diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h index 152e23238..3644151ee 100644 --- a/src/os/unix/ngx_posix_config.h +++ b/src/os/unix/ngx_posix_config.h @@ -44,6 +44,9 @@ #include #include #include +#if (NGX_HAVE_SYS_PARAM_H) +#include /* statfs() */ +#endif #if (NGX_HAVE_SYS_MOUNT_H) #include /* statfs() */ #endif