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 ) {