mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 02:37:30 +08:00
fix building on alpine w/ musl
This commit is contained in:
parent
3c1f19e85a
commit
6ae68465cf
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "errno.hpp"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
#endif
|
||||
|
||||
#ifdef USE_XATTR
|
||||
# ifdef __GLIBC__
|
||||
# ifdef __linux__
|
||||
# include <sys/types.h>
|
||||
# include <sys/xattr.h>
|
||||
# else
|
||||
# undef USE_XATTR
|
||||
|
|
Loading…
Reference in New Issue
Block a user