diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-23 20:01:29 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-23 20:01:29 +0000 |
commit | bc6f9f2359ad59e04b9a178331d99dfce7d1ab93 (patch) | |
tree | 0e3e94c9528f6f8f8f417e56fc6ac188754512d8 /src/os/win32/ngx_win32_config.h | |
parent | 3a081188dc70608b9970eca5ad28c134e4f60f0b (diff) | |
download | nginx-bc6f9f2359ad59e04b9a178331d99dfce7d1ab93.tar.gz nginx-bc6f9f2359ad59e04b9a178331d99dfce7d1ab93.zip |
nginx-0.0.1-2003-07-24-00:01:29 import
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index ab0507437..96cf000ee 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -9,6 +9,7 @@ #include <mswsock.h> #include <stddef.h> /* offsetof */ #include <stdio.h> +#include <stdlib.h> #include <stdarg.h> #include <time.h> /* gmtime, strftime */ |