diff options
Diffstat (limited to 'crypto/random-platform.c')
-rw-r--r-- | crypto/random-platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/random-platform.c b/crypto/random-platform.c index 92eed0ee78..7541b4cae7 100644 --- a/crypto/random-platform.c +++ b/crypto/random-platform.c @@ -21,6 +21,7 @@ #include "qemu/osdep.h" #include "crypto/random.h" +#include "qapi/error.h" #ifdef _WIN32 #include <wincrypt.h> |