qxl: Add missing trace.h (fix broken build)
commitd3964a798ce458fa165eb2ad72518f6896a02b71
authorStefan Weil <sw@weilnetz.de>
Sat, 7 Dec 2013 14:04:55 +0000 (7 15:04 +0100)
committerStefan Weil <sw@weilnetz.de>
Sat, 7 Dec 2013 14:25:47 +0000 (7 15:25 +0100)
treeedf6b0830149d7a88d1224b7d67f9f286a40826f
parenta00fa0a1461e23aea155f346108fd41a5ead6f2e
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>
hw/display/qxl-render.c