File keepassx-0.4.3-gcc47.patch of Package keepassx
Description: Fix build with GCC 4.7. Author: Kyrill Detinov <lazy.kent@opensuse.org> Index: src/lib/random.cpp =================================================================== --- src/lib/random.cpp.orig +++ src/lib/random.cpp @@ -33,6 +33,7 @@ #include <QCursor> #include <QDataStream> #include <QTime> +#include <unistd.h> void initStdRand(); bool getNativeEntropy(quint8* buffer, int length);