Fix windows target build
authorsvost <ya.nowa@yandex.ru>
Tue, 15 Feb 2022 16:29:04 +0000 (19:29 +0300)
committersvost <ya.nowa@yandex.ru>
Tue, 15 Feb 2022 16:29:04 +0000 (19:29 +0300)
src/util.cpp

index 02c1a88..ff99c1f 100644 (file)
@@ -19,6 +19,7 @@
 #ifdef WIN32
 #include <io.h> /* for _commit */
 #include "shlobj.h"
+#include <openssl/rand.h> // RAND_screen
 #elif defined(__linux__)
 #include <sys/prctl.h>
 #endif