blob: 20502a023f6d2c47d926496d5d29514a43e6a09c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/dav_fuse.c
+++ b/src/dav_fuse.c
@@ -48,6 +48,8 @@
#include <sys/stat.h>
#endif
+#include <sys/select.h>
+
#include "defaults.h"
#include "mount_davfs.h"
#include "cache.h"
|