Skip to content

Commit 4de0bde

Browse files
committed
1 parent c08bf2b commit 4de0bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compat/stdin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#else
1515
#include <termios.h> // for SetStdinEcho()
1616
#include <unistd.h> // for SetStdinEcho(), isatty()
17-
#include <sys/poll.h> // for StdinReady()
17+
#include <poll.h> // for StdinReady()
1818
#endif
1919

2020
#include <compat/stdin.h>

0 commit comments

Comments
 (0)