1
0
Fork 0

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:
Rosen Penev 2019-11-19 20:28:53 -08:00 committed by Takashi Iwai
parent c0591c540d
commit 5e6df5ae4b
5 changed files with 5 additions and 5 deletions

View file

@ -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>