|
From: kosmirror <kos...@us...> - 2025-05-20 20:14:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via 7569b6ff7402754c7fa4bca9bc77f43b8005ba82 (commit)
from b45535a7cee6f8164165d29ff95a6c0ec40c8de6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7569b6ff7402754c7fa4bca9bc77f43b8005ba82
Author: QuzarDC <qu...@co...>
Date: Tue May 20 15:49:52 2025 -0400
Fix missing include in speedtest.
Add dbglog.h after removal from stdio in #1000
-----------------------------------------------------------------------
Summary of changes:
examples/dreamcast/filesystem/sd/speedtest/sd-speedtest.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/dreamcast/filesystem/sd/speedtest/sd-speedtest.c b/examples/dreamcast/filesystem/sd/speedtest/sd-speedtest.c
index 76422c15..f2489049 100644
--- a/examples/dreamcast/filesystem/sd/speedtest/sd-speedtest.c
+++ b/examples/dreamcast/filesystem/sd/speedtest/sd-speedtest.c
@@ -25,6 +25,7 @@
#include <kos/init.h>
#include <kos/dbgio.h>
+#include <kos/dbglog.h>
#include <kos/blockdev.h>
KOS_INIT_FLAGS(INIT_DEFAULT);
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|