summaryrefslogtreecommitdiffstats
path: root/keepassx/0002-fcntl.patch
blob: 08687e365a10b497da5f7653e4e6a1e4620623be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/core/qlockfile_unix.cpp b/src/core/qlockfile_unix.cpp
index 5b3add3..96e6b2a 100644
--- a/src/core/qlockfile_unix.cpp
+++ b/src/core/qlockfile_unix.cpp
@@ -43,6 +43,7 @@
 #include <sys/file.h>  // flock
 #include <sys/types.h> // kill
 #include <signal.h>    // kill
+#include <fcntl.h>
 #include <unistd.h>    // gethostname
 
 #include <errno.h>