[Pkg-mpd-commits] [pkg-mpd] 02/05: Fix FTBFS caused by a lacking include (Closes: #822401)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Apr 24 20:33:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 3d4bc1ff7951c0fcff8e70f211714cb0c76896b1
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Apr 24 22:02:10 2016 +0200

    Fix FTBFS caused by a lacking include (Closes: #822401)
---
 debian/patches/series       |  1 +
 debian/patches/stdint.patch | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 2805d77..174daad 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ libsystemd.patch
 curl-proxy.patch
 bind-to-address-socket-activation.patch
 prune-doc-data.patch
+stdint.patch
diff --git a/debian/patches/stdint.patch b/debian/patches/stdint.patch
new file mode 100644
index 0000000..38a6ab0
--- /dev/null
+++ b/debian/patches/stdint.patch
@@ -0,0 +1,16 @@
+Description: fix a build failure caused by a lacking include
+Author: Florian Schlichting <fsfs at debian.org>
+Bug-Debian: http://bugs.debian.org/822401
+
+diff --git a/src/decoder/DecoderBuffer.hxx b/src/decoder/DecoderBuffer.hxx
+index 9cf47d9..db5b30e 100644
+--- a/src/decoder/DecoderBuffer.hxx
++++ b/src/decoder/DecoderBuffer.hxx
+@@ -25,6 +25,7 @@
+ #include "util/ConstBuffer.hxx"
+ 
+ #include <stddef.h>
++#include <stdint.h>
+ 
+ struct Decoder;
+ class InputStream;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list