From: Arun Raghavan Date: Tue, 17 Jul 2012 10:00:16 +0000 (+0530) Subject: ucm: Add missing pthread.h include X-Git-Tag: v1.0.26~10 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=9e795252c637ad746de91578aec137602e7c74f0;p=alsa-lib.git ucm: Add missing pthread.h include Needed for the use of pthread_mutex_t Signed-off-by: Arun Raghavan Signed-off-by: Takashi Iwai --- 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"