fix mingw build failure
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 16 May 2017 05:24:39 +0000 (07:24 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 16 May 2017 14:33:25 +0000 (15:33 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170516052439.16214-1-kraxel@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
crypto/random-platform.c

index 0eddb915b77dfe781230f9ca86bd45496709bc5f..92eed0ee78296d4e0e612511f5b060c3eaef47bc 100644 (file)
@@ -23,7 +23,7 @@
 #include "crypto/random.h"
 
 #ifdef _WIN32
-#include <Wincrypt.h>
+#include <wincrypt.h>
 static HCRYPTPROV hCryptProv;
 #else
 static int fd; /* a file handle to either /dev/urandom or /dev/random */