From: Stefan Weil Date: Sat, 7 Dec 2013 14:09:12 +0000 (+0100) Subject: qxl: Add missing trace.h (fix broken build) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b1829cdebe2c5cc0b445f2959dbdb63a48118b12;p=qemu.git 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 Signed-off-by: Michael Tokarev --- 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) {