Fix windows target build
[novacoin.git] / 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