summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-07-17 15:30:16 +0530
committerTakashi Iwai <tiwai@suse.de>2012-07-17 14:57:10 +0200
commit9e795252c637ad746de91578aec137602e7c74f0 (patch)
tree65c83a7e0b5e4167b682d8f52b9d075c43708e15
parent55abbc9fde61fb7b205df8db4a909ad83e2a1590 (diff)
downloadalsa-lib-9e795252c637ad746de91578aec137602e7c74f0.tar.gz
ucm: Add missing pthread.h include
Needed for the use of pthread_mutex_t Signed-off-by: Arun Raghavan <arun.raghavan@collabora.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--src/ucm/ucm_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h
index 03d3ace1..87f14a29 100644
--- a/src/ucm/ucm_local.h
+++ b/src/ucm/ucm_local.h
@@ -36,6 +36,7 @@
#define UC_MGR_DEBUG
#endif
+#include <pthread.h>
#include "local.h"
#include "use-case.h"