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

@ -45,7 +45,7 @@
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/poll.h>
#include <poll.h>
#include <termios.h>
#include <ipmitool/ipmi.h>