From: darcagn <da...@us...> - 2023-11-14 06:27: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 a8c46d4bf635a113b6895873389ed8aeee793017 (commit) via f04ed208e0d6d122258d5ba25c234a903c1d559e (commit) from 75cf3932042a8321f40b325948665cadd61ed51e (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 a8c46d4bf635a113b6895873389ed8aeee793017 Merge: 75cf393 f04ed20 Author: darcagn <da...@pr...> Date: Mon Nov 13 23:42:46 2023 -0600 Merge pull request #363 from Dreamcast-Projects/fix_ports commit f04ed208e0d6d122258d5ba25c234a903c1d559e Author: Andress Barajas <and...@gm...> Date: Mon Nov 13 21:40:17 2023 -0800 Fix kos-ports compile error ----------------------------------------------------------------------- Summary of changes: kernel/arch/dreamcast/include/dc/sound/sfxmgr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/arch/dreamcast/include/dc/sound/sfxmgr.h b/kernel/arch/dreamcast/include/dc/sound/sfxmgr.h index ee8f69e..bfe4e0c 100644 --- a/kernel/arch/dreamcast/include/dc/sound/sfxmgr.h +++ b/kernel/arch/dreamcast/include/dc/sound/sfxmgr.h @@ -26,6 +26,7 @@ __BEGIN_DECLS #include <arch/types.h> +#include <stdint.h> /** \brief Sound effect handle type. hooks/post-receive -- A pseudo Operating System for the Dreamcast. |