busybox: Enable sendfile by default
[librecmc/librecmc.git] / package / utils / fuse / patches / 100-missing_includes.patch
1 --- a/include/fuse.h
2 +++ b/include/fuse.h
3 @@ -32,6 +32,7 @@
4  #include <sys/stat.h>
5  #include <sys/statvfs.h>
6  #include <sys/uio.h>
7 +#include <sys/file.h>
8  
9  #ifdef __cplusplus
10  extern "C" {