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>
This commit is contained in:
Arun Raghavan 2012-07-17 15:30:16 +05:30 committed by Takashi Iwai
parent 55abbc9fde
commit 9e795252c6

View file

@ -36,6 +36,7 @@
#define UC_MGR_DEBUG
#endif
#include <pthread.h>
#include "local.h"
#include "use-case.h"