summary refs log tree commit diff stats
path: root/ui/gtk.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-05-03 22:51:00 +0300
committerMichael S. Tsirkin <mst@redhat.com>2018-06-01 19:20:38 +0300
commit0041e9a0ac7f140256351a50b218f479981f06b2 (patch)
tree91d4f859b5a607a708e0727641dbbd91b21e83d2 /ui/gtk.c
parentdc03272da6d234a02b8caf938242d26584489e27 (diff)
downloadfocaccia-qemu-0041e9a0ac7f140256351a50b218f479981f06b2.tar.gz
focaccia-qemu-0041e9a0ac7f140256351a50b218f479981f06b2.zip
ui: 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 'ui/gtk.c')
-rw-r--r--ui/gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk.c b/ui/gtk.c
index dbce970dc4..903f136b8f 100644
--- a/ui/gtk.c
+++ b/ui/gtk.c
@@ -66,7 +66,7 @@
 #define VC_SCALE_STEP   0.25
 
 #ifdef GDK_WINDOWING_X11
-#include "ui/x_keymap.h"
+#include "x_keymap.h"
 
 /* Gtk2 compat */
 #ifndef GDK_IS_X11_DISPLAY