diff options
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" + + |