From 012c375f2e5cc66a5ced5c58336e0164866f7f7d Mon Sep 17 00:00:00 2001 From: Krzysiek Egzmont Date: Thu, 26 Oct 2023 10:55:33 +0200 Subject: [PATCH] Fix build error --- app/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common.c b/app/common.c index 2686bbd..c64d268 100644 --- a/app/common.c +++ b/app/common.c @@ -1,3 +1,4 @@ +#include "audio.h" #include "functions.h" #include "misc.h" #include "settings.h"