summary refs log tree commit diff stats
path: root/hw/display/qxl-render.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-12-07 15:09:12 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2013-12-07 22:26:07 +0400
commitb1829cdebe2c5cc0b445f2959dbdb63a48118b12 (patch)
tree24eae8c2535cda9d901a668db91df51d0f70e243 /hw/display/qxl-render.c
parentd2aa90cda81ae3f860dd047ce5e37e0473452d54 (diff)
downloadfocaccia-qemu-b1829cdebe2c5cc0b445f2959dbdb63a48118b12.tar.gz
focaccia-qemu-b1829cdebe2c5cc0b445f2959dbdb63a48118b12.zip
qxl: Add missing trace.h (fix broken build)
Commit ac86048bcd41129b18702ba63395f222871804de removed trace.h from
console.h and ignored the fact that qxl-render.c needs this file
(it includes qxl.h which includes console.h which included trace.h).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/display/qxl-render.c')
-rw-r--r--hw/display/qxl-render.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/qxl-render.c b/hw/display/qxl-render.c
index d34b0c4170..84f1367716 100644
--- a/hw/display/qxl-render.c
+++ b/hw/display/qxl-render.c
@@ -20,6 +20,7 @@
  */
 
 #include "qxl.h"
+#include "trace.h"
 
 static void qxl_blit(PCIQXLDevice *qxl, QXLRect *rect)
 {