summaryrefslogtreecommitdiff
path: root/package/mpd/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/mpd/patches')
-rw-r--r--package/mpd/patches/patch-src_lib_alsa_Error_cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mpd/patches/patch-src_lib_alsa_Error_cxx b/package/mpd/patches/patch-src_lib_alsa_Error_cxx
new file mode 100644
index 000000000..9803394d1
--- /dev/null
+++ b/package/mpd/patches/patch-src_lib_alsa_Error_cxx
@@ -0,0 +1,10 @@
+--- mpd-0.23.5.orig/src/lib/alsa/Error.cxx 2021-12-01 20:00:00.000000000 +0100
++++ mpd-0.23.5/src/lib/alsa/Error.cxx 2022-01-09 00:34:09.731074233 +0100
+@@ -29,6 +29,7 @@
+
+ #include "Error.hxx"
+
++#include <stdarg.h>
+ #include <alsa/error.h>
+
+ namespace Alsa {