aboutsummaryrefslogtreecommitdiff
path: root/crypto/ivgen-plain.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ivgen-plain.c')
-rw-r--r--crypto/ivgen-plain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ivgen-plain.c b/crypto/ivgen-plain.c
index bf2fb7aac4..06f4145fe5 100644
--- a/crypto/ivgen-plain.c
+++ b/crypto/ivgen-plain.c
@@ -20,7 +20,7 @@
#include "qemu/osdep.h"
#include "qemu/bswap.h"
-#include "crypto/ivgen-plain.h"
+#include "ivgen-plain.h"
static int qcrypto_ivgen_plain_init(QCryptoIVGen *ivgen,
const uint8_t *key, size_t nkey,