From: Cezary Rojewski Date: Fri, 30 May 2025 14:10:25 +0000 (+0200) Subject: ASoC: Intel: avs: Include missing string.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=38b1befc7a35a475d90ec32bfbe319f4412880a1;p=users%2Fdwmw2%2Flinux.git ASoC: Intel: avs: Include missing string.h File loader.c utilizes strscpy(). Reviewed-by: Amadeusz Sławiński Signed-off-by: Cezary Rojewski Link: https://patch.msgid.link/20250530141025.2942936-10-cezary.rojewski@intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/avs/loader.c b/sound/soc/intel/avs/loader.c index 138e4e9de5e30..353e343b1d288 100644 --- a/sound/soc/intel/avs/loader.c +++ b/sound/soc/intel/avs/loader.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include "avs.h"