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>

View File

@ -71,7 +71,7 @@
# else
# include "plugins/open/open.h"
# endif
# include <sys/poll.h>
# include <poll.h>
#endif /* IPMI_INTF_OPEN */
#include <ipmitool/helper.h>

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>

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>