Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning "redirecting incorrect #include <sys/poll.h> to <poll.h>"
This warning occurs on Alpine with musl: ``` In file included from usb.cpp:22: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> | ^~~~~~~ ```
- Loading branch information