diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-20 21:15:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-20 21:15:59 +0000 |
commit | 890fc9659609396f9df4dff47a2be77cd652fe55 (patch) | |
tree | b6694fd45d26bc9607ceb41608619dbbf4ccb23c /src/os/win32/ngx_win32_config.h | |
parent | 8e1fbe61b69562d838aafda8d75798993f022d4a (diff) | |
download | nginx-890fc9659609396f9df4dff47a2be77cd652fe55.tar.gz nginx-890fc9659609396f9df4dff47a2be77cd652fe55.zip |
nginx-0.0.1-2003-07-21-01:15:59 import
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 1cad3ed47..ab0507437 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -4,12 +4,15 @@ #define WIN32 1 + #include <winsock2.h> #include <mswsock.h> #include <stddef.h> /* offsetof */ #include <stdio.h> #include <stdarg.h> +#include <time.h> /* gmtime, strftime */ + #define ngx_inline __inline |