diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-10 16:26:57 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-10 16:26:57 +0000 |
commit | b8c367c7b9155857f1c068624aa059830db57fa8 (patch) | |
tree | dbb12653e14051e3278b5c558de02d1917f04ee3 /src/os/unix/ngx_linux_config.h | |
parent | 9d639520aa95f0ff3882ea348d4347f69cbae493 (diff) | |
download | nginx-b8c367c7b9155857f1c068624aa059830db57fa8.tar.gz nginx-b8c367c7b9155857f1c068624aa059830db57fa8.zip |
nginx-0.0.1-2003-07-10-20:26:57 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 9056657f4..6055cc672 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -11,6 +11,7 @@ #include <unistd.h> #include <stddef.h> /* offsetof */ #include <stdlib.h> +#include <stdarg.h> #include <stdio.h> #include <fcntl.h> #include <signal.h> |