]> git.lizzy.rs Git - linenoise.git/blobdiff - linenoise.c
Use <poll.h> instead of glibc-specific <sys/poll.h>
[linenoise.git] / linenoise.c
index 091d197a06eea216d65702ae2725172daad1bc0c..171dcef4314819398931fd983b6a67dd6d786ea6 100644 (file)
 #else
 #include <termios.h>
 #include <sys/ioctl.h>
-#include <sys/poll.h>
+#include <poll.h>
 #define USE_TERMIOS
 #define HAVE_UNISTD_H
 #endif