mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
bcachefs-tools: fix for musl-1.1.
This commit is contained in:
parent
07b856f4aa
commit
b6536d2113
1 changed files with 10 additions and 0 deletions
10
srcpkgs/bcachefs-tools/patches/musl-1.1.patch
Normal file
10
srcpkgs/bcachefs-tools/patches/musl-1.1.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/c_src/posix_to_bcachefs.c
|
||||||
|
+++ b/c_src/posix_to_bcachefs.c
|
||||||
|
@@ -1,6 +1,7 @@
|
||||||
|
#include <dirent.h>
|
||||||
|
#include <sys/xattr.h>
|
||||||
|
#include <linux/dcache.h>
|
||||||
|
+#include <linux/fs.h>
|
||||||
|
#include <linux/sort.h>
|
||||||
|
#include <linux/xattr.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue