wimlib: fix build on musl

This commit is contained in:
Andrew Benson 2023-04-24 19:42:18 -05:00
parent b8fed622f5
commit 5045773d62
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/src/mount_image.c
+++ b/src/mount_image.c
@@ -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"