bcachefs-tools: fix for musl-1.1.

This commit is contained in:
Leah Neukirchen 2025-07-25 18:13:18 +02:00
parent 07b856f4aa
commit b6536d2113

View 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>