]> git.pld-linux.org Git - packages/ardour.git/blame - ardour-nptl_fix.patch
- missing include
[packages/ardour.git] / ardour-nptl_fix.patch
CommitLineData
33235dd1 1diff -aurN ardour-0.9beta9.1.orig/libs/pbd/pthread_utils.cc ardour-0.9beta9.1/libs/pbd/pthread_utils.cc
2--- ardour-0.9beta9.1.orig/libs/pbd/pthread_utils.cc 2003-04-16 14:17:03.000000000 +0200
3+++ ardour-0.9beta9.1/libs/pbd/pthread_utils.cc 2004-02-12 21:04:49.433392736 +0100
4@@ -23,6 +23,7 @@
5 #include <string>
6
7 #include <pbd/pthread_utils.h>
8+#include <signal.h>
9
10 using std::string;
11 using std::cerr;
This page took 0.038456 seconds and 4 git commands to generate.