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 1cc597b20..6f0a2e8b3 100644 --- a/src/os/unix/ngx_os.h +++ b/src/os/unix/ngx_os.h @@ -62,4 +62,9 @@ extern int rotate; #endif +#ifdef SOLARIS +#include <ngx_solaris.h> +#endif + + #endif /* _NGX_OS_H_INCLUDED_ */ |