diff options
author | AmatCoder <amatcoder@users.noreply.github.com> | 2014-10-26 13:59:13 +0000 |
---|---|---|
committer | AmatCoder <amatcoder@users.noreply.github.com> | 2014-10-26 17:02:03 +0000 |
commit | 5369ff7702bf343b735d926135e752d57f80677d (patch) | |
tree | 13f0e2cbecde0337dfcaf91444f2986bd235e60c /testing/keepassx/add_unistd.patch | |
parent | 2089f619456fa40c1633a1ba89a65930decb5122 (diff) | |
download | aports-5369ff7702bf343b735d926135e752d57f80677d.tar.bz2 aports-5369ff7702bf343b735d926135e752d57f80677d.tar.xz |
testing/keepassx: new aport
Diffstat (limited to 'testing/keepassx/add_unistd.patch')
-rw-r--r-- | testing/keepassx/add_unistd.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/keepassx/add_unistd.patch b/testing/keepassx/add_unistd.patch new file mode 100644 index 0000000000..f7d08027b2 --- /dev/null +++ b/testing/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" + + |