- fix build error

This commit is contained in:
Dmytro Bogovych 2020-06-27 11:08:32 +03:00
parent 9e64bcd86c
commit 0f4cedb949
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int iosVersion();
#include <sys/select.h> #include <sys/select.h>
#include <termios.h> #include <termios.h>
#if defined(TARGET_LINUX) #if defined(TARGET_LINUX)
# include <stropts.h> // # include <stropts.h>
#endif #endif
extern int _kbhit(); extern int _kbhit();