contrib/keepassx/unistd.patch

11 lines
329 B
Diff
Raw Normal View History

2016-08-15 10:39:25 +02:00
--- keepassx-0.4.3/src/lib/random.cpp.orig 2012-10-21 18:18:01.966589819 +0900
+++ keepassx-0.4.3/src/lib/random.cpp 2012-10-21 18:18:25.083594172 +0900
@@ -33,6 +33,7 @@
#include <QCursor>
#include <QDataStream>
#include <QTime>
+#include <unistd.h>
void initStdRand();
bool getNativeEntropy(quint8* buffer, int length);