#It is explicitely required to include fcntl.h in musl. #Else we get F_SETFD, FD_CLOEXEC undefined errors. # #Closes: https://bugs.gentoo.org/828671 --- a/moonbridge.c +++ b/moonbridge.c @@ -36,6 +36,7 @@ #include #include #include +#include #if defined(__FreeBSD__) || __has_include() #include #endif