diff options
| author | Michael S. Tsirkin | 2018-05-03 21:50:20 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2018-05-31 03:16:06 +0200 |
| commit | 0d8c41dae5b0566d0022be2af84d50ff456b3537 (patch) | |
| tree | 155f43a426f2d7bf37a18403e544bace051bddc8 /block/crypto.c | |
| parent | libqtest: fail if child coredumps (diff) | |
| download | qemu-0d8c41dae5b0566d0022be2af84d50ff456b3537.tar.gz qemu-0d8c41dae5b0566d0022be2af84d50ff456b3537.tar.xz qemu-0d8c41dae5b0566d0022be2af84d50ff456b3537.zip | |
block: 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>
Diffstat (limited to 'block/crypto.c')
| -rw-r--r-- | block/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/crypto.c b/block/crypto.c index 7e7ad2d2a6..bc322b50f5 100644 --- a/block/crypto.c +++ b/block/crypto.c @@ -29,7 +29,7 @@ #include "qapi/qobject-input-visitor.h" #include "qapi/error.h" #include "qemu/option.h" -#include "block/crypto.h" +#include "crypto.h" typedef struct BlockCrypto BlockCrypto; |
