We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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;`
The text was updated successfully, but these errors were encountered: