diff options
Diffstat (limited to 'hw/display/ati_2d.c')
-rw-r--r-- | hw/display/ati_2d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/ati_2d.c b/hw/display/ati_2d.c index fe3ae14..d83c29c 100644 --- a/hw/display/ati_2d.c +++ b/hw/display/ati_2d.c @@ -7,6 +7,7 @@ * This work is licensed under the GNU GPL license version 2 or later. */ +#include "qemu/osdep.h" #include "ati_int.h" #include "ati_regs.h" #include "qemu/log.h" |