OSDN Git Service

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)
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

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