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.

11 lines
189 B

  1. --- a/src/dav_fuse.c
  2. +++ b/src/dav_fuse.c
  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"