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