diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-27 19:01:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-27 19:01:37 +0000 |
commit | 764543e73426fd00741483ff830cf09bfb73752f (patch) | |
tree | 27b8bad85c18469e593d30ee137fdb5fe1a16af4 /src/os/unix/ngx_os.h | |
parent | 0e499db3ed63432cfacd08282cce1d42b568b567 (diff) | |
download | nginx-764543e73426fd00741483ff830cf09bfb73752f.tar.gz nginx-764543e73426fd00741483ff830cf09bfb73752f.zip |
nginx-0.0.1-2003-11-27-22:01:37 import
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_ */ |