mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-04 03:33:36 +00:00
Fix "redirecting incorrect #include <sys/poll.h> to <poll.h>" warning with musl libc
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user