[alsa-devel] [alsa-lib] [PATCH 3/4] ucm: Add missing pthread.h include

Arun Raghavan arun.raghavan at collabora.co.uk
Tue Jul 17 12:00:16 CEST 2012


Needed for the use of pthread_mutex_t

Signed-off-by: Arun Raghavan <arun.raghavan at collabora.co.uk>
---
 src/ucm/ucm_local.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h
index 03d3ace..87f14a2 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"
 
-- 
1.7.8.6



More information about the Alsa-devel mailing list