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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/FileWatcher.cpp')
-rw-r--r--src/core/FileWatcher.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/FileWatcher.cpp b/src/core/FileWatcher.cpp
index 430e60274..c919a64ef 100644
--- a/src/core/FileWatcher.cpp
+++ b/src/core/FileWatcher.cpp
@@ -19,10 +19,8 @@
#include "core/AsyncTask.h"
-#include <QCryptographicHash>
-
#ifdef Q_OS_LINUX
-#include <sys/vfs.h>
+#include <sys/statfs.h>
#endif
FileWatcher::FileWatcher(QObject* parent)