File mpd-sndfile.patch of Package mpd
--- a/src/decoder/plugins/SndfileDecoderPlugin.cxx.smb 2025-03-26 10:08:57.249776287 -0400
+++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx 2025-03-26 10:09:12.581645796 -0400
@@ -13,7 +13,7 @@
#include <exception>
#include <utility> // for std::unreachable()
-#include <sndfile.h>
+#include "/usr/include/sndfile.h"
static constexpr Domain sndfile_domain("sndfile");