[beast] *.[hc]: Added includes (mostly stdio.h) required by g++-4.4.2.
- From: Stefan Westerfeld <stw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [beast] *.[hc]: Added includes (mostly stdio.h) required by g++-4.4.2.
- Date: Sun, 13 Dec 2009 07:43:55 +0000 (UTC)
commit 1fa9a81fcbf928ce049a2fed1ab8402f5568a325
Author: Stefan Westerfeld <stefan space twc de>
Date: Sat Dec 12 11:22:58 2009 +0100
*.[hc]: Added includes (mostly stdio.h) required by g++-4.4.2.
birnet/birnetdebugtools.cc | 1 +
birnet/birnetmsg.cc | 1 +
birnet/birnetutils.cc | 1 +
birnet/birnetutils.hh | 1 +
birnet/tests/strings.cc | 1 +
bse/bseresamplerimpl.hh | 1 +
bse/tests/filtertest.cc | 1 +
tests/bse/cxxbinding.cc | 1 +
tests/bse/filtertest.cc | 1 +
tests/latency/bselatencytest.cc | 1 +
tests/perftest.cc | 1 +
tools/bwtwave.cc | 1 +
12 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/birnet/birnetdebugtools.cc b/birnet/birnetdebugtools.cc
index d8b5739..e02432c 100644
--- a/birnet/birnetdebugtools.cc
+++ b/birnet/birnetdebugtools.cc
@@ -18,6 +18,7 @@
#include "birnetthread.hh"
#include <syslog.h>
#include <errno.h>
+#include <stdio.h>
#ifndef _ // FIXME
#define _(x) (x)
diff --git a/birnet/birnetmsg.cc b/birnet/birnetmsg.cc
index 0ae96ae..6dc0002 100644
--- a/birnet/birnetmsg.cc
+++ b/birnet/birnetmsg.cc
@@ -20,6 +20,7 @@
#include <syslog.h>
#include <errno.h>
#include <string.h>
+#include <stdio.h>
#ifndef _ // FIXME
#define _(x) (x)
diff --git a/birnet/birnetutils.cc b/birnet/birnetutils.cc
index 7d6dee3..a17f7a8 100644
--- a/birnet/birnetutils.cc
+++ b/birnet/birnetutils.cc
@@ -30,6 +30,7 @@
#include <cxxabi.h>
#include <signal.h>
#include <string.h>
+#include <stdio.h>
#ifndef _
#define _(s) s
diff --git a/birnet/birnetutils.hh b/birnet/birnetutils.hh
index fca908a..1d8b143 100644
--- a/birnet/birnetutils.hh
+++ b/birnet/birnetutils.hh
@@ -21,6 +21,7 @@
#include <string>
#include <vector>
#include <map>
+#include <stdarg.h>
namespace Birnet {
diff --git a/birnet/tests/strings.cc b/birnet/tests/strings.cc
index ad8b193..13c4db9 100644
--- a/birnet/tests/strings.cc
+++ b/birnet/tests/strings.cc
@@ -17,6 +17,7 @@
//#define TEST_VERBOSE
#include <birnet/birnettests.h>
#include <stdlib.h>
+#include <stdio.h>
using namespace Birnet;
diff --git a/bse/bseresamplerimpl.hh b/bse/bseresamplerimpl.hh
index aba6356..d9739ab 100644
--- a/bse/bseresamplerimpl.hh
+++ b/bse/bseresamplerimpl.hh
@@ -23,6 +23,7 @@
#include <math.h>
#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
#ifdef __SSE__
#include <xmmintrin.h>
#endif
diff --git a/bse/tests/filtertest.cc b/bse/tests/filtertest.cc
index efe247d..9115814 100644
--- a/bse/tests/filtertest.cc
+++ b/bse/tests/filtertest.cc
@@ -24,6 +24,7 @@
#include "topconfig.h"
#include <math.h>
#include <stdlib.h>
+#include <stdio.h>
#include <complex>
typedef std::complex<double> Complex;
diff --git a/tests/bse/cxxbinding.cc b/tests/bse/cxxbinding.cc
index 5576086..db634e3 100644
--- a/tests/bse/cxxbinding.cc
+++ b/tests/bse/cxxbinding.cc
@@ -17,6 +17,7 @@
#include "bsecxxapi.hh"
#include <bse/bse.h>
#include <unistd.h>
+#include <stdio.h>
static SfiGlueContext *bse_context = NULL;
diff --git a/tests/bse/filtertest.cc b/tests/bse/filtertest.cc
index 941725e..02d7f0a 100644
--- a/tests/bse/filtertest.cc
+++ b/tests/bse/filtertest.cc
@@ -27,6 +27,7 @@
#include "topconfig.h"
#include <errno.h>
#include <stdlib.h>
+#include <stdio.h>
using std::string;
using std::vector;
diff --git a/tests/latency/bselatencytest.cc b/tests/latency/bselatencytest.cc
index d0ec690..b58709a 100644
--- a/tests/latency/bselatencytest.cc
+++ b/tests/latency/bselatencytest.cc
@@ -18,6 +18,7 @@
#include <sys/time.h>
#include <string>
#include <errno.h>
+#include <stdio.h>
using namespace std;
using namespace Sfi;
diff --git a/tests/perftest.cc b/tests/perftest.cc
index fc55b0d..65af2a1 100644
--- a/tests/perftest.cc
+++ b/tests/perftest.cc
@@ -19,6 +19,7 @@
#include <unistd.h>
#include <sys/time.h>
#include <time.h>
+#include <stdio.h>
static SfiGlueContext *bse_context = NULL;
diff --git a/tools/bwtwave.cc b/tools/bwtwave.cc
index e245eb1..666ae17 100644
--- a/tools/bwtwave.cc
+++ b/tools/bwtwave.cc
@@ -23,6 +23,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
+#include <stdio.h>
#include <algorithm>
#include <vector>
#include <map>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]