]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/random-platform.c
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into...
[mirror_qemu.git] / crypto / random-platform.c
index 0eddb915b77dfe781230f9ca86bd45496709bc5f..7541b4cae75200d60bca041acb8c4b601c52efca 100644 (file)
 #include "qemu/osdep.h"
 
 #include "crypto/random.h"
+#include "qapi/error.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 */