From: ljsebald <ljs...@us...> - 2023-08-27 21:06:18
|
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 742e9a0888b4a7f340e8d23635ee681582a2c9d1 (commit) via 0097eedacfd1338af58fa5c816473767efcc7689 (commit) from 44a00891dbb947f17d34fcc9cf66cc0aa67f37e1 (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 742e9a0888b4a7f340e8d23635ee681582a2c9d1 Merge: 44a0089 0097eed Author: Lawrence Sebald <ljs...@us...> Date: Sun Aug 27 17:05:32 2023 -0400 Merge pull request #279 from KallistiOS/libppp-missing-include Add missing #include <kos/thread.h> to libppp/ppp_modem.c commit 0097eedacfd1338af58fa5c816473767efcc7689 Author: Lawrence Sebald <ljs...@us...> Date: Sun Aug 27 17:04:01 2023 -0400 Add missing #include <kos/thread.h> to libppp/ppp_modem.c ----------------------------------------------------------------------- Summary of changes: addons/libppp/ppp_modem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/libppp/ppp_modem.c b/addons/libppp/ppp_modem.c index 3d9a2e8..3556321 100644 --- a/addons/libppp/ppp_modem.c +++ b/addons/libppp/ppp_modem.c @@ -8,6 +8,7 @@ #include <stdint.h> #include <kos/dbglog.h> +#include <kos/thread.h> #include <arch/timer.h> hooks/post-receive -- A pseudo Operating System for the Dreamcast. |