mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 07:25:14 +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 "errno.hpp"
|
||||||
|
|
||||||
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_XATTR
|
#ifdef USE_XATTR
|
||||||
# ifdef __GLIBC__
|
# ifdef __linux__
|
||||||
|
# include <sys/types.h>
|
||||||
# include <sys/xattr.h>
|
# include <sys/xattr.h>
|
||||||
# else
|
# else
|
||||||
# undef USE_XATTR
|
# undef USE_XATTR
|
||||||
|
|
Loading…
Reference in New Issue
Block a user