qxl: Add missing trace.h (fix broken build)

Commit ac86048bcd 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:
Stefan Weil 2013-12-07 15:09:12 +01:00 committed by Michael Tokarev
parent d2aa90cda8
commit b1829cdebe
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*/
#include "qxl.h"
#include "trace.h"
static void qxl_blit(PCIQXLDevice *qxl, QXLRect *rect)
{