aboutsummaryrefslogtreecommitdiffstats
path: root/community/keepassx/add_unistd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/keepassx/add_unistd.patch')
-rw-r--r--community/keepassx/add_unistd.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/keepassx/add_unistd.patch b/community/keepassx/add_unistd.patch
new file mode 100644
index 0000000000..f7d08027b2
--- /dev/null
+++ b/community/keepassx/add_unistd.patch
@@ -0,0 +1,10 @@
+--- a/src/lib/random.cpp
++++ b/src/lib/random.cpp
+@@ -18,6 +18,7 @@
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ ***************************************************************************/
+
++#include <unistd.h>
+ #include "random.h"
+
+