changeset 2665:9b08d6cc7e81 trunk

[svn] - include missing header
author nenolod
date Tue, 10 Apr 2007 08:42:11 -0700
parents 1d9c5db3341d
children 78a8b3095274
files ChangeLog src/audacious/build_stamp.c src/audacious/signals.c
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 10 08:39:56 2007 -0700
+++ b/ChangeLog	Tue Apr 10 08:42:11 2007 -0700
@@ -1,3 +1,11 @@
+2007-04-10 15:39:56 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4354]
+  - handle sigwait(2) brokenness on linuxthreads
+  
+  trunk/src/audacious/signals.c |   19 +++++++++++++++----
+  1 file changed, 15 insertions(+), 4 deletions(-)
+
+
 2007-04-10 00:55:56 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4352]
   - unbreak the build
--- a/src/audacious/build_stamp.c	Tue Apr 10 08:39:56 2007 -0700
+++ b/src/audacious/build_stamp.c	Tue Apr 10 08:42:11 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070410-4352";
+const gchar *svn_stamp = "20070410-4354";
--- a/src/audacious/signals.c	Tue Apr 10 08:39:56 2007 -0700
+++ b/src/audacious/signals.c	Tue Apr 10 08:42:11 2007 -0700
@@ -25,6 +25,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <signal.h>
+#include <pthread.h>
 
 #ifdef HAVE_EXECINFO_H
 # include <execinfo.h>