Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-11-04 13:20:16 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-11-05 18:56:24 +0300
commit5ab13b2adc827a2ee6f9164b863aa0ebfed480a0 (patch)
treeec571ca163400dd0b41a88f63397bcf8887cd847 /src/common
parent845e2580314ca386fe88bb04ad078de205de49ac (diff)
add an option to enforce use of virtual files sync folder
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/vfs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/vfs.cpp b/src/common/vfs.cpp
index 71ff5dae0..593c4c3bc 100644
--- a/src/common/vfs.cpp
+++ b/src/common/vfs.cpp
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
#include "vfs.h"
#include "plugin.h"
#include "version.h"