treewide: sys/poll to poll
Fixes warning on musl: warning redirecting incorrect #include <sys/poll.h> to <poll.h> Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c0591c540d
commit
5e6df5ae4b
5 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#include <assert.h>
|
||||
#include <termios.h>
|
||||
#include <signal.h>
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue