]> git.alsa-project.org Git - alsa-lib.git/commitdiff
ucm: Add missing pthread.h include
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 17 Jul 2012 10:00:16 +0000 (15:30 +0530)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Jul 2012 12:57:10 +0000 (14:57 +0200)
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>
src/ucm/ucm_local.h

index 03d3ace1b309165a88ab4c4c246d3a64845abe0f..87f14a299903385061374e6ffb1a2d9e68916564 100644 (file)
@@ -36,6 +36,7 @@
 #define UC_MGR_DEBUG
 #endif
 
+#include <pthread.h>
 #include "local.h"
 #include "use-case.h"