Skip to content
Snippets Groups Projects
Commit a24ce36f authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: shout: better fix the winstore build

The fix was missing from sock.c
parent 535b27b4
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,13 @@
#endif
#ifndef NO_THREAD
--- libshout.nok/src/common/net/sock.c.ws2tcpip 2019-03-06 13:20:11.624823900 +0100
+++ libshout.nok/src/common/net/sock.c 2019-03-07 07:21:23.841338100 +0100
@@ -57,6 +57,7 @@
#include <netdb.h>
#else
#include <winsock2.h>
+#include <ws2tcpip.h>
#endif
#include "sock.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment