aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-27 20:56:06 +0100
committerMax Kellermann <max@duempel.org>2008-12-27 20:56:06 +0100
commited9668f638ec3a31096821648f289b8a243f4ab2 (patch)
tree4ef39af2684f7aea0d4608f3413b68b7eb5b71a5 /src/output_internal.h
parente8c44782d0014ac72c155616a3b3272824b2ff96 (diff)
notify: use GLib locking
Use GLib locking (GMutex, GCond) instead of pthread because GLib is more portable, e.g. on mingw32.
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index cea1455e..b71508ff 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -23,6 +23,7 @@
#include "pcm_utils.h"
#include "notify.h"
+#include <pthread.h>
#include <time.h>
struct audio_output {