diff options
Diffstat (limited to 'office/keepassx/keepassx-0.4.3-gcc47.patch')
-rw-r--r-- | office/keepassx/keepassx-0.4.3-gcc47.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/office/keepassx/keepassx-0.4.3-gcc47.patch b/office/keepassx/keepassx-0.4.3-gcc47.patch new file mode 100644 index 0000000000..9e26e5a0a5 --- /dev/null +++ b/office/keepassx/keepassx-0.4.3-gcc47.patch @@ -0,0 +1,12 @@ +diff --git a/src/lib/random.cpp b/src/lib/random.cpp +index 1007172..f12dd1c 100644 +--- a/src/lib/random.cpp ++++ b/src/lib/random.cpp +@@ -19,6 +19,7 @@ + ***************************************************************************/ + + #include "random.h" ++#include <unistd.h> + + + #if defined(Q_WS_X11) || defined(Q_WS_MAC) |