blob: 60e4ec60c42c51682ffe2ea82e536e98a29a1623 (
plain)
1 --- keepassx-0.4.3/src/lib/random.cpp.orig 2012-10-21 18:18:01.966589819 +0900
2 +++ keepassx-0.4.3/src/lib/random.cpp 2012-10-21 18:18:25.083594172 +0900
3 @@ -33,6 +33,7 @@
4 #include <QCursor>
5 #include <QDataStream>
6 #include <QTime>
7 +#include <unistd.h>
8
9 void initStdRand();
10 bool getNativeEntropy(quint8* buffer, int length);
|