ports/audio/pulseaudio/files/patch-src_pulse_thread-mainloop.c
Joe Marcus Clarke b9eac2c978 Fix some crashes and some build warnings. This should get pulse working as an
ESD replacement once again.

Reported by:	lofi
2007-07-12 04:08:56 +00:00

14 lines
309 B
C

--- src/pulse/thread-mainloop.c.orig Thu Jul 12 00:01:48 2007
+++ src/pulse/thread-mainloop.c Thu Jul 12 00:03:32 2007
@@ -30,6 +30,11 @@
#include <signal.h>
#include <stdio.h>
+#ifdef HAVE_PTHREAD
+#include <pthread.h>
+#include <signal.h>
+#endif
+
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#else