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