diff options
Diffstat (limited to 'qemu/ui/vnc-enc-hextile.c')
-rw-r--r-- | qemu/ui/vnc-enc-hextile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/ui/vnc-enc-hextile.c b/qemu/ui/vnc-enc-hextile.c index 2e768fd89..4215bd7da 100644 --- a/qemu/ui/vnc-enc-hextile.c +++ b/qemu/ui/vnc-enc-hextile.c @@ -24,6 +24,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "vnc.h" static void hextile_enc_cord(uint8_t *ptr, int x, int y, int w, int h) |