diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-18 15:45:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-18 15:45:21 +0000 |
commit | 8ae18a10d6c7c94fbb4fa04a64c6fa1e2a38fe16 (patch) | |
tree | b6141281a8b432f4ccfeb6f6f670a0e38b9e01b4 /src/os/unix/ngx_linux_config.h | |
parent | 22a7c50463654139e14b4645a1ac8e35feec9900 (diff) | |
download | nginx-8ae18a10d6c7c94fbb4fa04a64c6fa1e2a38fe16.tar.gz nginx-8ae18a10d6c7c94fbb4fa04a64c6fa1e2a38fe16.zip |
nginx-0.0.2-2004-02-18-18:45:21 import
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 1ca1c1f0d..23745df07 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -17,6 +17,7 @@ #include <fcntl.h> #include <string.h> #include <signal.h> +#include <limits.h> #include <time.h> #include <sys/types.h> #include <sys/time.h> |