diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-08-15 17:20:26 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-08-15 17:20:26 +0000 |
| commit | 0c331d9f666b4f9be91009b7caea457e58a80779 (patch) | |
| tree | d48221581b361ee5b0ccad46e4df49caa41b1bba /src/core/ngx_config.h | |
| parent | 6de5c2cb63f8aee4bcbec3c363a72fd8e4a4e64d (diff) | |
| download | nginx-0c331d9f666b4f9be91009b7caea457e58a80779.tar.gz nginx-0c331d9f666b4f9be91009b7caea457e58a80779.tar.bz2 | |
nginx-0.0.1-2002-08-15-21:20:26 import
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 1412da85a..2350dee96 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -48,8 +48,10 @@ #include <stdio.h> #include <stdarg.h> #include <fcntl.h> +#include <signal.h> #include <string.h> #include <sys/types.h> +#include <sys/wait.h> #include <sys/time.h> #include <sys/socket.h> #include <sys/uio.h> |
