]> git.alsa-project.org Git - alsa-plugins.git/commitdiff
arcam_av.c: Include missing string.h
authorKhem Raj <raj.khem@gmail.com>
Tue, 23 Aug 2022 22:21:16 +0000 (15:21 -0700)
committerJaroslav Kysela <perex@perex.cz>
Mon, 10 Jun 2024 09:01:51 +0000 (11:01 +0200)
bzero() function needs this header to be included

Closes: https://github.com/alsa-project/alsa-plugins/pull/47
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
arcam-av/arcam_av.c

index 63f9b4e75f92c1da922320a49d42db3dbeab1ea4..29fc5379ee3ed902c1f886f57a051cfc0bbf04e0 100644 (file)
@@ -27,6 +27,7 @@
 #include <signal.h>
 #include <stddef.h>
 #include <stdio.h>
+#include <string.h>
 #include <termios.h>
 #include <unistd.h>