You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
190 B

  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. #ifdef __cplusplus
  9. extern "C" {