From 9e795252c637ad746de91578aec137602e7c74f0 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 17 Jul 2012 15:30:16 +0530 Subject: [PATCH] ucm: Add missing pthread.h include Needed for the use of pthread_mutex_t Signed-off-by: Arun Raghavan Signed-off-by: Takashi Iwai --- src/ucm/ucm_local.h | 1 + 1 file changed, 1 insertion(+) 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 #include "local.h" #include "use-case.h" -- 2.47.1