patch-lib_fuse_c 299 B

12345678910
  1. --- fuse-2.9.3.orig/lib/fuse.c 2013-07-01 09:40:39.000000000 +0200
  2. +++ fuse-2.9.3/lib/fuse.c 2014-01-01 11:45:54.000000000 +0100
  3. @@ -33,6 +33,7 @@
  4. #include <dlfcn.h>
  5. #include <assert.h>
  6. #include <poll.h>
  7. +#include <sys/file.h>
  8. #include <sys/param.h>
  9. #include <sys/uio.h>
  10. #include <sys/time.h>