diff options
Diffstat (limited to 'src/os/unix/ngx_os.h')
-rw-r--r-- | src/os/unix/ngx_os.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h index 658c0a400..1cc597b20 100644 --- a/src/os/unix/ngx_os.h +++ b/src/os/unix/ngx_os.h @@ -57,4 +57,9 @@ extern int rotate; #endif +#ifdef __linux__ +#include <ngx_linux.h> +#endif + + #endif /* _NGX_OS_H_INCLUDED_ */ |