summaryrefslogtreecommitdiffstats
path: root/vlc/build/patches/libshout_strings.patch
blob: 475057c6896c295364225b95a6381e0a93a0258f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- libshout/src/common/httpp/encoding.c.strings	2015-11-20 20:51:36.000000000 +0100
+++ libshout/src/common/httpp/encoding.c	2018-03-29 11:00:04.524097700 +0200
@@ -27,7 +27,9 @@
 #endif
 
 #include <sys/types.h>
+#ifdef HAVE_STRINGS_H
 #include <strings.h>
+#endif
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>