platform: add missing include

This commit is contained in:
Xav101
2025-11-14 22:36:51 -05:00
committed by a1batross
parent c85c6f80e0
commit 7236094421

View File

@@ -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 <sys/select.h>
#include <sys/time.h>
char *Posix_Input( void )
{