[SCM] beast/master: Add missing '#include's

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri May 6 15:57:45 UTC 2011


The following commit has been merged in the master branch:
commit 9f18bc4152beffecf85417ab425a9397a401c587
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri May 6 17:57:37 2011 +0200

    Add missing '#include's

diff --git a/debian/patches/202_gcc43_44.diff b/debian/patches/202_gcc43_44.diff
index e832241..355304b 100644
--- a/debian/patches/202_gcc43_44.diff
+++ b/debian/patches/202_gcc43_44.diff
@@ -1,6 +1,6 @@
 ---
  birnet/birnetmsg.cc             |    2 ++
- birnet/birnetutils.cc           |    2 ++
+ birnet/birnetutils.cc           |    4 ++++
  birnet/birnetutils.hh           |    1 +
  birnet/tests/sorting.cc         |    1 +
  birnet/tests/strings.cc         |    2 ++
@@ -25,7 +25,7 @@
  tools/bsefextract.cc            |    2 ++
  tools/bsewavetool.cc            |    2 ++
  tools/bwtwave.cc                |    3 ++-
- 26 files changed, 48 insertions(+), 1 deletion(-)
+ 26 files changed, 50 insertions(+), 1 deletion(-)
 
 --- beast.orig/bse/tests/firhandle.cc
 +++ beast/bse/tests/firhandle.cc
@@ -139,12 +139,14 @@
  #define _(x)    (x)
 --- beast.orig/birnet/birnetutils.cc
 +++ beast/birnet/birnetutils.cc
-@@ -31,6 +31,8 @@
+@@ -31,6 +31,10 @@
  #include <signal.h>
  #include <string.h>
  #include <stdio.h>
 +#include <cstring>
 +#include <cstdio>
++#include <cstring>
++#include <cerrno>
  
  #ifndef _
  #define _(s)    s

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list