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
198 B

  1. --- a/src/mount_davfs.c
  2. +++ b/src/mount_davfs.c
  3. @@ -40,6 +40,7 @@
  4. #ifdef HAVE_MNTENT_H
  5. #include <mntent.h>
  6. #endif
  7. +#include <paths.h>
  8. #include <pwd.h>
  9. #include <signal.h>
  10. #ifdef HAVE_STDINT_H