ports/audio/musicpd/files/patch-src_input_plugins_CdioParanoiaInputPlugin.cxx
Thomas Zander dd3766b3fc
audio/musicpd: Update to 0.24.3
This is a major upgrade to the 0.24.x branch of MPD. For most users it
is expected to just work[tm], but a lot has changed behind the scenes.
Details:
- See changelog since 0.23.17, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.3/NEWS
- The SOUNDCLOUD and YAJL OPTIONs have been retired upstream and in the
  port.
2025-04-13 21:38:35 +02:00

11 lines
335 B
C++

--- src/input/plugins/CdioParanoiaInputPlugin.cxx.orig 2025-03-16 11:40:07 UTC
+++ src/input/plugins/CdioParanoiaInputPlugin.cxx
@@ -5,6 +5,8 @@
* CD-Audio handling (requires libcdio_paranoia)
*/
+#include <cstddef>
+
#include "CdioParanoiaInputPlugin.hxx"
#include "lib/cdio/Paranoia.hxx"
#include "lib/fmt/RuntimeError.hxx"