diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-28 13:09:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-28 13:10:24 +0000 |
commit | fd2f7d89af2ed10eb4bdf11fbee0702d8cdad96a (patch) | |
tree | d58f6cce2881a3b9903ed92221ccda2bb9e24fb9 /community/keepassx/add_unistd.patch | |
parent | a1ca9675abd7c94d042a5997914c988b52d9a504 (diff) | |
download | aports-fd2f7d89af2ed10eb4bdf11fbee0702d8cdad96a.tar.bz2 aports-fd2f7d89af2ed10eb4bdf11fbee0702d8cdad96a.tar.xz |
community/keepassx: moved from testing
Diffstat (limited to 'community/keepassx/add_unistd.patch')
-rw-r--r-- | community/keepassx/add_unistd.patch | 10 |
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" + + |