]> git.proxmox.com Git - mirror_qemu.git/commit
qxl: Add missing trace.h (fix broken build)
authorStefan Weil <sw@weilnetz.de>
Sat, 7 Dec 2013 14:09:12 +0000 (15:09 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 7 Dec 2013 18:26:07 +0000 (22:26 +0400)
commitb1829cdebe2c5cc0b445f2959dbdb63a48118b12
tree24eae8c2535cda9d901a668db91df51d0f70e243
parentd2aa90cda81ae3f860dd047ce5e37e0473452d54
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>
hw/display/qxl-render.c