diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-01-08 16:47:55 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-01-08 16:47:55 +0000 |
| commit | b83e00469ca56f9be898bd7b58a6cafed34ad223 (patch) | |
| tree | 9ba1cf5cd4a400e7db6ee99be2e5c7b3ea2f62e8 /src/os/unix/ngx_linux_config.h | |
| parent | 8baac530ae3764f54eca4adb36ba56b1d28102d4 (diff) | |
| download | nginx-b83e00469ca56f9be898bd7b58a6cafed34ad223.tar.gz nginx-b83e00469ca56f9be898bd7b58a6cafed34ad223.tar.bz2 | |
r1606 merge:
use uname(2) instead of /proc/, this allows to run nginx in chroot
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
| -rw-r--r-- | src/os/unix/ngx_linux_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 3e0475ffc..c584ff885 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -50,6 +50,7 @@ #include <sys/ioctl.h> #include <sys/sysctl.h> #include <crypt.h> +#include <sys/utsname.h> /* uname() */ #include <ngx_auto_config.h> |
