--- libshout-2.4.2.orig/src/proto_roaraudio.c 2019-05-02 16:10:35.131040600 -0400 | |
+++ libshout-2.4.2/src/proto_roaraudio.c 2019-05-02 16:11:21.143520100 -0400 | |
@@ -28,9 +28,13 @@ | |
#endif | |
/* for htonl(). */ | |
+#ifdef _WIN32 | |
+#include <winsock2.h> | |
+#else | |
#ifdef HAVE_ARPA_INET_H | |
# include <arpa/inet.h> | |
#endif | |
+#endif | |
#include <stdio.h> | |
#include <stdlib.h> |