summaryrefslogtreecommitdiff
path: root/user/wimlib/header.patch
blob: cf6c32bc02d6f969bba2138e35897babb9be6859 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The RENAME_* flags are only exposed by <linux/fs.h> on musl systems.  I have
not yet been able to triage whether this is something that should be fixed
musl-side or if this is an issue for upstream.

--- wimlib-1.14.4/src/mount_image.c.old	2023-07-22 18:55:59.000000000 -0500
+++ wimlib-1.14.4/src/mount_image.c	2024-12-11 18:46:19.018387960 -0600
@@ -52,6 +52,7 @@
 #include <sys/time.h>
 #include <unistd.h>
 #include <utime.h>
+#include <linux/fs.h>
 
 #include "wimlib/blob_table.h"
 #include "wimlib/dentry.h"