From: quzar <qu...@us...> - 2025-05-12 04:23:57
|
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 "The KallistiOS port of PLIB.". The branch, master has been updated via 3c0e12af53679bdbae667758aef3ef679cc6ef5e (commit) from 90fa6bf24baa61a0c3022a3d4d72d1ab6217ff76 (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 3c0e12af53679bdbae667758aef3ef679cc6ef5e Author: QuzarDC <qu...@co...> Date: Mon May 12 00:02:19 2025 -0400 Fix missing stdargs include. Was getting stdargs from kos/dbglog.h until KallistiOS#995 ----------------------------------------------------------------------- Summary of changes: ulError.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ulError.cc b/ulError.cc index 1a25f30..6dfffdd 100644 --- a/ulError.cc +++ b/ulError.cc @@ -22,6 +22,8 @@ #include <stdio.h> #include <stdlib.h> +#include <stdarg.h> + #include "ul.h" static char _ulErrorBuffer [ 1024 ] = { '\0' } ; hooks/post-receive -- The KallistiOS port of PLIB. |