From: Stefan Weil <s...@weilnetz.de> 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 <s...@weilnetz.de> Signed-off-by: Michael Tokarev <m...@tls.msk.ru> --- hw/display/qxl-render.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/display/qxl-render.c b/hw/display/qxl-render.c index d34b0c4..84f1367 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) { -- 1.7.10.4