diff options
Diffstat (limited to 'qemu/hw/display/ssd0303.c')
-rw-r--r-- | qemu/hw/display/ssd0303.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/display/ssd0303.c b/qemu/hw/display/ssd0303.c index f6804fb51..d3017563f 100644 --- a/qemu/hw/display/ssd0303.c +++ b/qemu/hw/display/ssd0303.c @@ -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" |