summaryrefslogtreecommitdiffstats
path: root/net/filter-rewriter.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin2018-05-03 21:50:56 +0200
committerMichael S. Tsirkin2018-06-01 18:20:38 +0200
commitf27f01db0391990098620cd39473edf03e170183 (patch)
tree4ea3e86acb1ebc931de63931f0b55beb8b7c3f98 /net/filter-rewriter.c
parentmigration: use local path for local headers (diff)
downloadqemu-f27f01db0391990098620cd39473edf03e170183.tar.gz
qemu-f27f01db0391990098620cd39473edf03e170183.tar.xz
qemu-f27f01db0391990098620cd39473edf03e170183.zip
colo: 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. Reviewed-by: Zhang Chen <zhangckid@gmail.com> 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 'net/filter-rewriter.c')
-rw-r--r--net/filter-rewriter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/filter-rewriter.c b/net/filter-rewriter.c
index 62dad2d773..f584e4eba4 100644
--- a/net/filter-rewriter.c
+++ b/net/filter-rewriter.c
@@ -11,7 +11,7 @@
#include "qemu/osdep.h"
#include "trace.h"
-#include "net/colo.h"
+#include "colo.h"
#include "net/filter.h"
#include "net/net.h"
#include "qemu-common.h"