diff options
| author | Michael S. Tsirkin | 2018-05-03 21:50:23 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2018-06-01 18:20:37 +0200 |
| commit | 986bc8ded9a5459e72951cc91b53cf2b52eb735f (patch) | |
| tree | b803626450700ecf506bc180f9a06bc5e39acf9d /crypto/tlscredsx509.c | |
| parent | block: use local path for local headers (diff) | |
| download | qemu-986bc8ded9a5459e72951cc91b53cf2b52eb735f.tar.gz qemu-986bc8ded9a5459e72951cc91b53cf2b52eb735f.tar.xz qemu-986bc8ded9a5459e72951cc91b53cf2b52eb735f.zip | |
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/tlscredsx509.c')
| -rw-r--r-- | crypto/tlscredsx509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tlscredsx509.c b/crypto/tlscredsx509.c index 50eb54f6bb..98ee0424e5 100644 --- a/crypto/tlscredsx509.c +++ b/crypto/tlscredsx509.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "crypto/tlscredsx509.h" -#include "crypto/tlscredspriv.h" +#include "tlscredspriv.h" #include "crypto/secret.h" #include "qapi/error.h" #include "qom/object_interfaces.h" |
