From 612fc05ad210abfba656f2da89120041039c0b57 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 16 May 2017 07:24:39 +0200 Subject: fix mingw build failure Signed-off-by: Gerd Hoffmann Reviewed-by: Stefan Weil Reviewed-by: Daniel P. Berrange Message-id: 20170516052439.16214-1-kraxel@redhat.com Signed-off-by: Stefan Hajnoczi --- crypto/random-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/random-platform.c b/crypto/random-platform.c index 0eddb91..92eed0e 100644 --- a/crypto/random-platform.c +++ b/crypto/random-platform.c @@ -23,7 +23,7 @@ #include "crypto/random.h" #ifdef _WIN32 -#include +#include static HCRYPTPROV hCryptProv; #else static int fd; /* a file handle to either /dev/urandom or /dev/random */ -- cgit v1.1