Skip to content

Commit 5382a22

Browse files
committed
mokapot: Use header that is available both on glibc and musl
1 parent eae7059 commit 5382a22

File tree

1 file changed

+1
-1
lines changed
  • espresso/src/com.oracle.truffle.espresso.mokapot/src

1 file changed

+1
-1
lines changed

espresso/src/com.oracle.truffle.espresso.mokapot/src/os_posix.c

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

0 commit comments

Comments
 (0)