aboutsummaryrefslogtreecommitdiffstats
path: root/community/keepassx/musl-fixes.patch
blob: 5afb7ed7c8f204d4ee488b1b961d4c06766e8cd3 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/core/qlockfile_unix.cpp.orig	2015-07-19 00:41:35.000000000 +0200
+++ b/src/core/qlockfile_unix.cpp	2015-07-21 20:01:02.607722077 +0200
@@ -39,6 +39,7 @@
 #include <QDebug>
 #include <QDateTime>
 
+#include <fcntl.h>
 #include <sys/file.h>  // flock
 #include <sys/types.h> // kill
 #include <signal.h>    // kill