|
From: kosmirror <kos...@us...> - 2025-05-15 16:17:01
|
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 e9ebbecdfa4b08f07ab0e2026c0dd0f5b130c4b3 (commit)
from 0d2c2328792f470d9b71c7fc35808c0aaea14371 (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 e9ebbecdfa4b08f07ab0e2026c0dd0f5b130c4b3
Author: darc <da...@pr...>
Date: Thu May 15 10:27:04 2025 -0500
Include arch/types.h in thread.h to fix toolchain building
-----------------------------------------------------------------------
Summary of changes:
include/kos/thread.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/kos/thread.h b/include/kos/thread.h
index 0c450f74..7b1ab1e5 100644
--- a/include/kos/thread.h
+++ b/include/kos/thread.h
@@ -42,6 +42,7 @@ __BEGIN_DECLS
#include <kos/cdefs.h>
#include <kos/tls.h>
#include <arch/irq.h>
+#include <arch/types.h>
#include <sys/queue.h>
#include <sys/reent.h>
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|