aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mlt/musl-locale.patch
blob: 030bb781d144f9881740ce7bf3895e1579bf1f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./src/framework/mlt_property.h.orig
+++ ./src/framework/mlt_property.h
@@ -30,8 +30,8 @@
 #include <sys/param.h>
 #endif
 
-#if defined(__GLIBC__) || defined(__APPLE__) || (__FreeBSD_version >= 900506)
-#include <xlocale.h>
+#if defined(__linux__) || defined(__APPLE__) || (__FreeBSD_version >= 900506)
+#include <locale.h>
 #else
 typedef char* locale_t;
 #endif