Skip to content

Commit 23c1d30

Browse files
committed
idevice: Add missing include for Windows
1 parent 806ab8d commit 23c1d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/idevice.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#ifdef WIN32
3434
#include <winsock2.h>
35+
#include <ws2tcpip.h>
3536
#include <windows.h>
3637
#else
3738
#include <sys/socket.h>

0 commit comments

Comments
 (0)