mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
build: Fix #include sys/poll.h to just poll.h (without sys/)
http://pubs.opengroup.org/onlinepubs/009695399/functions/poll.html http://man7.org/linux/man-pages/man2/poll.2.html
This commit is contained in:
parent
c08bf2b574
commit
4de0bde7bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue