From: Khem Raj Date: Tue, 23 Aug 2022 22:21:16 +0000 (-0700) Subject: arcam_av.c: Include missing string.h X-Git-Tag: v1.2.12~8 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8fc52ceddd7891e18c0205491d251f4801b3f6c8;p=alsa-plugins.git arcam_av.c: Include missing string.h bzero() function needs this header to be included Closes: https://github.com/alsa-project/alsa-plugins/pull/47 Signed-off-by: Khem Raj Signed-off-by: Jaroslav Kysela --- diff --git a/arcam-av/arcam_av.c b/arcam-av/arcam_av.c index 63f9b4e..29fc537 100644 --- a/arcam-av/arcam_av.c +++ b/arcam-av/arcam_av.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include