aboutsummaryrefslogtreecommitdiff
path: root/qga/channel-win32.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-05-03 22:50:57 +0300
committerMichael S. Tsirkin <mst@redhat.com>2018-06-01 19:20:38 +0300
commitdc03272da6d234a02b8caf938242d26584489e27 (patch)
tree6099bec651cad7c2a24a63182fa5bc4bcb500748 /qga/channel-win32.c
parentf27f01db0391990098620cd39473edf03e170183 (diff)
downloadqemu-dc03272da6d234a02b8caf938242d26584489e27.zip
qemu-dc03272da6d234a02b8caf938242d26584489e27.tar.gz
qemu-dc03272da6d234a02b8caf938242d26584489e27.tar.bz2
qga: 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>
Diffstat (limited to 'qga/channel-win32.c')
-rw-r--r--qga/channel-win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/qga/channel-win32.c b/qga/channel-win32.c
index 7e6dc4d..b3597a8 100644
--- a/qga/channel-win32.c
+++ b/qga/channel-win32.c
@@ -1,8 +1,8 @@
#include "qemu/osdep.h"
#include <windows.h>
#include <io.h>
-#include "qga/guest-agent-core.h"
-#include "qga/channel.h"
+#include "guest-agent-core.h"
+#include "channel.h"
typedef struct GAChannelReadState {
guint thread_id;