mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
control: eld - add missing ctype.h header inclusion
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a53c2b25f1
commit
9b279d11a4
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <ctype.h>
|
||||||
#include "control_local.h"
|
#include "control_local.h"
|
||||||
|
|
||||||
static void __fill_eld_ctl_id(snd_ctl_elem_id_t *id, int dev, int subdev)
|
static void __fill_eld_ctl_id(snd_ctl_elem_id_t *id, int dev, int subdev)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue