https://gitlab.com/fbb-git/yodl/-/merge_requests/5
https://bugs.gentoo.org/944159

From cb274148430b97828b39884e5590d9d5585b8e79 Mon Sep 17 00:00:00 2001
From: Xeonacid <h.dwwwwww@gmail.com>
Date: Mon, 26 May 2025 20:09:11 +0800
Subject: [PATCH] Add missing stdbool.h

Fix build error with GCC 15
---
 yodl/media/media.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/yodl/media/media.h b/yodl/media/media.h
index 81bcb38c..ac004e6b 100644
--- a/media/media.h
+++ b/media/media.h
@@ -2,6 +2,7 @@
 #define INCLUDED_MEDIA_H_
 
 #include <stdio.h>
+#include <stdbool.h>
 #include "../queue/queue.h"
 
 /*
-- 
GitLab

