mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
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:
parent
55abbc9fde
commit
9e795252c6
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#define UC_MGR_DEBUG
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include "local.h"
|
||||
#include "use-case.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue