jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / fuse-ext2 / patches / fuse-ext2-h.patch
bloba9eeab0ea19b90d4189003293d3314e59b8d0707
1 --- fuse-ext2-0.0.10/fuse-ext2/fuse-ext2.h.orig Wed Apr 27 22:23:15 2022
2 +++ fuse-ext2-0.0.10/fuse-ext2/fuse-ext2.h Wed Apr 27 22:22:51 2022
3 @@ -31,7 +31,9 @@
4 #include <dirent.h>
5 #include <errno.h>
7 -#include <fuse.h>
8 +#include <fuse/fuse.h>
9 +#include <sys/mkdev.h>
10 +#include <unistd.h>
11 #include <ext2fs/ext2fs.h>
13 #if !defined(FUSE_VERSION) || (FUSE_VERSION < 26)