These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / hw / display / ssd0323.c
index 9727007..14c1bf3 100644 (file)
@@ -10,7 +10,8 @@
 /* The controller can support a variety of different displays, but we only
    implement one.  Most of the commends relating to brightness and geometry
    setup are ignored. */
-#include "hw/ssi.h"
+#include "qemu/osdep.h"
+#include "hw/ssi/ssi.h"
 #include "ui/console.h"
 
 //#define DEBUG_SSD0323 1