summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfreetz2004-02-12 20:08:08 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit33235dd136890eda023c802f9bc99305461f652f (patch)
treedbc4b017e700f1483925207bd41536993a0bc757
parent2b2f24fc933b32d2ba55e69b567ddfb27cdfe63a (diff)
downloadardour-33235dd136890eda023c802f9bc99305461f652f.zip
ardour-33235dd136890eda023c802f9bc99305461f652f.tar.gz
- missing include
Changed files: ardour-nptl_fix.patch -> 1.1
-rw-r--r--ardour-nptl_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ardour-nptl_fix.patch b/ardour-nptl_fix.patch
new file mode 100644
index 0000000..e27f5e1
--- /dev/null
+++ b/ardour-nptl_fix.patch
@@ -0,0 +1,11 @@
+diff -aurN ardour-0.9beta9.1.orig/libs/pbd/pthread_utils.cc ardour-0.9beta9.1/libs/pbd/pthread_utils.cc
+--- ardour-0.9beta9.1.orig/libs/pbd/pthread_utils.cc 2003-04-16 14:17:03.000000000 +0200
++++ ardour-0.9beta9.1/libs/pbd/pthread_utils.cc 2004-02-12 21:04:49.433392736 +0100
+@@ -23,6 +23,7 @@
+ #include <string>
+
+ #include <pbd/pthread_utils.h>
++#include <signal.h>
+
+ using std::string;
+ using std::cerr;