b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 |