Fix "redirecting incorrect #include <sys/poll.h> to <poll.h>" warning with musl libc

This commit is contained in:
Dennis Schridde
2016-04-11 16:14:57 +02:00
parent 0008072590
commit 0f896e36f2
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/poll.h>
#include <poll.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>