summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-07-28 16:49:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-07-28 16:49:10 +0000
commit21e0eb0db9fd47aa24ce2c3606a5c582b92b4fb7 (patch)
tree271f714ba27ad3933d27b6bacfb45ef1aec4ffe7 /libs/pbd
parent894e4500a0da1d9044975631ec5b7c3baed7ef63 (diff)
use DIST_LIBDIR to allow override of LIBDIR ; gcc4.4 patches from debian (once again, those guys don't send upstream, they think their own bug DB is where this stuff belongs, sigh ... thanks adi for the notice)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5429 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/convert.cc1
-rw-r--r--libs/pbd/shortpath.cc2
-rw-r--r--libs/pbd/stacktrace.cc1
3 files changed, 4 insertions, 0 deletions
diff --git a/libs/pbd/convert.cc b/libs/pbd/convert.cc
index cd30f50a2b..218ac6bf56 100644
--- a/libs/pbd/convert.cc
+++ b/libs/pbd/convert.cc
@@ -19,6 +19,7 @@
#include <cstdio>
#include <cmath>
+#include <cstdio>
#include <locale>
#include <algorithm>
#include <stdint.h>
diff --git a/libs/pbd/shortpath.cc b/libs/pbd/shortpath.cc
index 7a075a5b4e..f5a6f696a7 100644
--- a/libs/pbd/shortpath.cc
+++ b/libs/pbd/shortpath.cc
@@ -20,6 +20,8 @@
#include <stdint.h>
#include <pbd/shortpath.h>
+#include <stdint.h>
+
using namespace Glib;
using namespace std;
diff --git a/libs/pbd/stacktrace.cc b/libs/pbd/stacktrace.cc
index 304859c2d3..ee02d451ac 100644
--- a/libs/pbd/stacktrace.cc
+++ b/libs/pbd/stacktrace.cc
@@ -19,6 +19,7 @@
#include <cstdio>
#include <pbd/stacktrace.h>
+#include <cstdio>
#include <iostream>
/* Obtain a backtrace and print it to stdout. */