summaryrefslogtreecommitdiff
path: root/ext/sockets/sockaddr_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/sockaddr_conv.c')
-rw-r--r--ext/sockets/sockaddr_conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/sockaddr_conv.c b/ext/sockets/sockaddr_conv.c
index 19c61740d0..a40b6b4936 100644
--- a/ext/sockets/sockaddr_conv.c
+++ b/ext/sockets/sockaddr_conv.c
@@ -3,7 +3,7 @@
#include "php_sockets.h"
#ifdef PHP_WIN32
-#include <Ws2tcpip.h>
+#include "windows_common.h"
#else
#include <netdb.h>
#include <arpa/inet.h>