summaryrefslogtreecommitdiffstats
path: root/main/f2fs-tools/musl-fix-includes.patch
blob: 1e13427b1f7217bb6324107f6953938ac0df8cf0 (plain)
1
2
3
4
5
6
7
8
9
10
--- f2fs-tools-1.2.0.orig/fsck/fibmap.c
+++ f2fs-tools-1.2.0/fsck/fibmap.c
@@ -5,6 +5,7 @@
 #include <stdio.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/stat.h>
 #include <linux/types.h>