From 7236094421044b172c777e32bb385e730ebfd1db Mon Sep 17 00:00:00 2001 From: Xav101 Date: Fri, 14 Nov 2025 22:36:51 -0500 Subject: [PATCH] platform: add missing include --- engine/platform/posix/con_posix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/platform/posix/con_posix.c b/engine/platform/posix/con_posix.c index db8b9115..e9285a0d 100644 --- a/engine/platform/posix/con_posix.c +++ b/engine/platform/posix/con_posix.c @@ -19,6 +19,7 @@ GNU General Public License for more details. // use with caution, running engine in Qt Creator may cause a freeze in read() call // I have never encountered this bug anywhere else, so still enable by default #include +#include char *Posix_Input( void ) {