-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
strc/mpd-0.19.10/src/decoder/DecoderBuffer.cxx needs to have #include <stdint.h> added to its includes
I wrote a patch and was able to get it to compile by editing the PKGBUILD file to apply this patch.
`--- src/decoder/DecoderBuffer.hxx 2017-03-21 00:24:43.601703105 +0000
+++ src/decoder/DecoderBuffer_kg.hxx 2017-03-20 21:56:47.685929749 +0000
@@ -25,6 +25,7 @@
#include "util/ConstBuffer.hxx"
#include <stddef.h>
+#include <stdint.h>
struct Decoder;
class InputStream;`
Metadata
Metadata
Assignees
Labels
No labels