From ed6c68db1bbe44413b6d3cc63a75436b14e029a2 Mon Sep 17 00:00:00 2001 From: iDunk5400 Date: Fri, 16 Feb 2018 19:35:31 +0100 Subject: [PATCH] crypto: add missing include (WIN32) --- src/crypto/random.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/random.c b/src/crypto/random.c index 929377943..9e1a70a2d 100644 --- a/src/crypto/random.c +++ b/src/crypto/random.c @@ -42,6 +42,7 @@ static void generate_system_random_bytes(size_t n, void *result); #include #include +#include static void generate_system_random_bytes(size_t n, void *result) { HCRYPTPROV prov;