summaryrefslogtreecommitdiffhomepage
path: root/src/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/os')
-rw-r--r--src/os/win32/ngx_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/win32/ngx_types.h b/src/os/win32/ngx_types.h
index c009b5aa9..59ee72173 100644
--- a/src/os/win32/ngx_types.h
+++ b/src/os/win32/ngx_types.h
@@ -7,6 +7,7 @@
typedef unsigned __int32 u_int32_t;
+typedef __int64 int64_t;
typedef int ssize_t;
typedef long time_t;