ucm: add missing stdbool.h include to ucm_local.h

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2025-11-07 21:51:43 +01:00
parent 2b6dedeb74
commit ea0a075c40

View file

@ -32,6 +32,7 @@
#include "local.h"
#include <pthread.h>
#include <stdbool.h>
#include "use-case.h"
#define SYNTAX_VERSION_MAX 8