summaryrefslogtreecommitdiffstats
path: root/hw/display/qxl-render.c
diff options
context:
space:
mode:
authorStefan Weil2013-12-07 15:09:12 +0100
committerMichael Tokarev2013-12-07 19:26:07 +0100
commitb1829cdebe2c5cc0b445f2959dbdb63a48118b12 (patch)
tree24eae8c2535cda9d901a668db91df51d0f70e243 /hw/display/qxl-render.c
parentMerge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131206.0' int... (diff)
downloadqemu-b1829cdebe2c5cc0b445f2959dbdb63a48118b12.tar.gz
qemu-b1829cdebe2c5cc0b445f2959dbdb63a48118b12.tar.xz
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)
{