summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2022-05-19 18:00:15 +0200
committerJaroslav Kysela <perex@perex.cz>2022-05-20 08:47:07 +0200
commit9b279d11a40b74bfa4d2c01d4e5f2640e45b6dc8 (patch)
treec0fe080a844daa9f96e8c796b1150322d193d588
parenta53c2b25f1c7950c8a46f790dc19f7b57779ad78 (diff)
downloadalsa-lib-9b279d11a40b74bfa4d2c01d4e5f2640e45b6dc8.tar.gz
control: eld - add missing ctype.h header inclusion
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--src/control/eld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/eld.c b/src/control/eld.c
index c4169c2f..1e161eb1 100644
--- a/src/control/eld.c
+++ b/src/control/eld.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+#include <ctype.h>
#include "control_local.h"
static void __fill_eld_ctl_id(snd_ctl_elem_id_t *id, int dev, int subdev)