From c9ba6e4136c235c0ccf8dde31a961c3dae41ca6d Mon Sep 17 00:00:00 2001 From: Alberto Salvia Novella Date: Fri, 16 Jan 2026 20:06:42 +0100 Subject: [PATCH] Explicitly include stdbool.h --- src/rtmixer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rtmixer.c b/src/rtmixer.c index 39fdea0..9ac3133 100644 --- a/src/rtmixer.c +++ b/src/rtmixer.c @@ -1,6 +1,7 @@ /* See ../rtmixer_build.py, the ring buffer declarations are included there */ #include // for llround() +#include #include // for printf() #include // for memset() #include