Skip to content

Commit 3fa179c

Browse files
committed
* Change include from <sys/poll.h> to <poll.h> for better compatibility (eg. musl)
1 parent c38d5b9 commit 3fa179c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/c/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <linux/can/raw.h>
3030
#include <stdint.h>
3131
#include <string.h>
32-
#include <sys/poll.h>
32+
#include <poll.h>
3333
#include <sys/socket.h>
3434
#include <unistd.h>
3535

0 commit comments

Comments
 (0)