summaryrefslogtreecommitdiff
blob: e2d2903e0c2e52be6b9e625493e592613f7712e0 (plain)
1
2
3
4
5
6
7
8
9
10
--- ardour-0.9beta8/libs/pbd/pbd/pthread_utils.h~	2003-04-16 07:17:03.000000000 -0500
+++ ardour-0.9beta8/libs/pbd/pbd/pthread_utils.h	2003-11-09 12:17:01.469711326 -0600
@@ -2,6 +2,7 @@
 #define __pbd_pthread_utils__
 
 #include <pthread.h>
+#include <signal.h>
 #include <string>
 
 int  pthread_create_and_store (std::string name, pthread_t  *thread, pthread_attr_t *attr, void * (*start_routine)(void *), void * arg);