Daki Carnhof 5 years ago
parent c08bf2b574
commit 4de0bde7bc

@ -14,7 +14,7 @@
#else #else
#include <termios.h> // for SetStdinEcho() #include <termios.h> // for SetStdinEcho()
#include <unistd.h> // for SetStdinEcho(), isatty() #include <unistd.h> // for SetStdinEcho(), isatty()
#include <sys/poll.h> // for StdinReady() #include <poll.h> // for StdinReady()
#endif #endif
#include <compat/stdin.h> #include <compat/stdin.h>

Loading…
Cancel
Save