aboutsummaryrefslogtreecommitdiff
path: root/crypto/block-luks.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-05-03 22:50:23 +0300
committerMichael S. Tsirkin <mst@redhat.com>2018-06-01 19:20:37 +0300
commit986bc8ded9a5459e72951cc91b53cf2b52eb735f (patch)
treeb803626450700ecf506bc180f9a06bc5e39acf9d /crypto/block-luks.h
parent0d8c41dae5b0566d0022be2af84d50ff456b3537 (diff)
downloadqemu-986bc8ded9a5459e72951cc91b53cf2b52eb735f.zip
qemu-986bc8ded9a5459e72951cc91b53cf2b52eb735f.tar.gz
qemu-986bc8ded9a5459e72951cc91b53cf2b52eb735f.tar.bz2
crypto: use local path for local headers
When pulling in headers that are in the same directory as the C file (as opposed to one in include/), we should use its relative path, without a directory. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'crypto/block-luks.h')
-rw-r--r--crypto/block-luks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/block-luks.h b/crypto/block-luks.h
index b2d8a35..befd8b2 100644
--- a/crypto/block-luks.h
+++ b/crypto/block-luks.h
@@ -21,7 +21,7 @@
#ifndef QCRYPTO_BLOCK_LUKS_H
#define QCRYPTO_BLOCK_LUKS_H
-#include "crypto/blockpriv.h"
+#include "blockpriv.h"
extern const QCryptoBlockDriver qcrypto_block_driver_luks;