aboutsummaryrefslogtreecommitdiffstats
path: root/community/mumudvb/musl-error-h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mumudvb/musl-error-h.patch')
-rw-r--r--community/mumudvb/musl-error-h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/mumudvb/musl-error-h.patch b/community/mumudvb/musl-error-h.patch
new file mode 100644
index 0000000000..968afc0994
--- /dev/null
+++ b/community/mumudvb/musl-error-h.patch
@@ -0,0 +1,12 @@
+diff --git a/src/tune.c b/src/tune.c
+index c536811..52afd3d 100644
+--- a/src/tune.c
++++ b/src/tune.c
+@@ -41,7 +41,6 @@
+ #ifdef ANDROID
+ #include <err.h>
+ #else
+-#include <error.h>
+ #endif
+ #include <errno.h>
+ #include <string.h>