From: Jaroslav Kysela Date: Fri, 7 Nov 2025 20:51:43 +0000 (+0100) Subject: ucm: add missing stdbool.h include to ucm_local.h X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ea0a075c408a7905a9ee89b76e55f27eec119be7;p=alsa-lib.git ucm: add missing stdbool.h include to ucm_local.h Signed-off-by: Jaroslav Kysela --- diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h index 5e9b23fb..bf7bc392 100644 --- a/src/ucm/ucm_local.h +++ b/src/ucm/ucm_local.h @@ -32,6 +32,7 @@ #include "local.h" #include +#include #include "use-case.h" #define SYNTAX_VERSION_MAX 8