mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
c9be4913c8
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
322 B
Diff
12 lines
322 B
Diff
diff --git a/src/lib/random.cpp b/src/lib/random.cpp
|
|
index 1007172..f12dd1c 100644
|
|
--- a/src/lib/random.cpp
|
|
+++ b/src/lib/random.cpp
|
|
@@ -19,6 +19,7 @@
|
|
***************************************************************************/
|
|
|
|
#include "random.h"
|
|
+#include <unistd.h>
|
|
|
|
|
|
#if defined(Q_WS_X11) || defined(Q_WS_MAC)
|