patch-src_dav_fuse_c 288 B

1234567891011
  1. --- davfs2-1.4.7.orig/src/dav_fuse.c 2012-07-19 13:18:51.000000000 +0200
  2. +++ davfs2-1.4.7/src/dav_fuse.c 2014-01-01 20:02:55.000000000 +0100
  3. @@ -48,6 +48,8 @@
  4. #include <sys/stat.h>
  5. #endif
  6. +#include <sys/select.h>
  7. +
  8. #include "defaults.h"
  9. #include "mount_davfs.h"
  10. #include "cache.h"