commit | c7a2f6860669f45f5abe342163de5bc68e344816 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Feb 10 16:23:38 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Feb 10 16:23:38 2004 +0000 |
tree | 08755593cd5f7537d0b63cf2a6c8b835e1082792 | |
parent | e9b2cb1b9d286cffa8053e41c87b12ce265c4f25 [diff] [blame] |
nginx-0.0.2-2004-02-10-19:23:38 import
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index fca68f6..76b0dd0 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>