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>
This commit is contained in:
parent
d2aa90cda8
commit
b1829cdebe
@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "qxl.h"
|
||||
#include "trace.h"
|
||||
|
||||
static void qxl_blit(PCIQXLDevice *qxl, QXLRect *rect)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user