1--- a/src/lib/random.cpp 2014-01-21 21:15:55.829312723 +0000
2+++ b/src/lib/random.cpp 2014-01-21 21:16:36.752535839 +0000
3@@ -28,6 +28,10 @@
4 #include <wincrypt.h>
5 #include <QSysInfo>
6 #endif
7+#ifndef Q_WS_WIN
8+ #include <sys/types.h>
9+ #include <unistd.h>
10+#endif
11
12 #include <QCryptographicHash>
13 #include <QCursor>