Skip to content

Commit bf53d82

Browse files
authored
Merge pull request #516 from baikiet/musl
linux: include <poll.h> instead of <sys/poll.h>.
2 parents b0d50ba + a9294b4 commit bf53d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/psmove_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#ifdef __linux
4242
# include <unistd.h>
4343
# include <linux/limits.h>
44-
# include <sys/poll.h>
44+
# include <poll.h>
4545
#endif
4646

4747
#ifdef _WIN32

0 commit comments

Comments
 (0)