Daki Carnhof 5 years ago
parent c08bf2b574
commit 4de0bde7bc

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

Loading…
Cancel
Save