aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_socket.h')
-rw-r--r--src/os/win32/ngx_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/win32/ngx_socket.h b/src/os/win32/ngx_socket.h
index f94d45c31..f86a39aff 100644
--- a/src/os/win32/ngx_socket.h
+++ b/src/os/win32/ngx_socket.h
@@ -3,7 +3,8 @@
#include <ngx_config.h>
-#include <ngx_log.h>
+#include <ngx_core.h>
+
#define NGX_WRITE_SHUTDOWN SD_SEND
@@ -12,7 +13,6 @@
typedef SOCKET ngx_socket_t;
typedef int socklen_t;
-int ngx_init_sockets(ngx_log_t *log);
#define ngx_socket(af, type, proto, flags) \
WSASocket(af, type, proto, NULL, 0, flags)