Skip to content

Commit db59374

Browse files
authored
Merge pull request #26 from psobiech/feature/musl
* Change include from <sys/poll.h> to <poll.h> for better compatibility
2 parents c38d5b9 + 3fa179c commit db59374

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)