Skip to content

Commit

Permalink
wm_tty.c: fixed emx build
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Mar 31, 2024
1 parent f68b9e1 commit 229e1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/player/wm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ int kbhit (void) {
return (k.fbStatus & KBDTRF_FINAL_CHAR_IN);
}
#endif /* EMX */
#include <stdlib.h>
#include <conio.h>
void wm_getch(unsigned char *c) {
if (kbhit()) {
Expand Down

0 comments on commit 229e1ca

Please sign in to comment.