These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / hw / display / ssd0303.c
index f6804fb..d301756 100644 (file)
@@ -10,6 +10,7 @@
 /* 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 "qemu/osdep.h"
 #include "hw/i2c/i2c.h"
 #include "ui/console.h"