mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fix building on alpine w/ musl
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "errno.hpp"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
+2
-1
@@ -25,7 +25,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef USE_XATTR
|
||||
# ifdef __GLIBC__
|
||||
# ifdef __linux__
|
||||
# include <sys/types.h>
|
||||
# include <sys/xattr.h>
|
||||
# else
|
||||
# undef USE_XATTR
|
||||
|
||||
Reference in New Issue
Block a user