diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-10 16:23:38 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-10 16:23:38 +0000 |
commit | c7a2f6860669f45f5abe342163de5bc68e344816 (patch) | |
tree | 08755593cd5f7537d0b63cf2a6c8b835e1082792 /src/os/unix/ngx_linux_config.h | |
parent | e9b2cb1b9d286cffa8053e41c87b12ce265c4f25 (diff) | |
download | nginx-c7a2f6860669f45f5abe342163de5bc68e344816.tar.gz nginx-c7a2f6860669f45f5abe342163de5bc68e344816.zip |
nginx-0.0.2-2004-02-10-19:23:38 import
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index fca68f622..76b0dd04c 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -13,10 +13,11 @@ #include <stdlib.h> #include <stdarg.h> #include <stdio.h> +#include <errno.h> #include <fcntl.h> +#include <string.h> #include <signal.h> #include <time.h> -#include <string.h> #include <sys/types.h> #include <sys/time.h> #include <sys/select.h> |