diff options
Diffstat (limited to 'hw/display/vga-isa.c')
-rw-r--r-- | hw/display/vga-isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/vga-isa.c b/hw/display/vga-isa.c index 7f3c98941b..f5aff1cbe0 100644 --- a/hw/display/vga-isa.c +++ b/hw/display/vga-isa.c @@ -23,6 +23,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "ui/console.h" #include "hw/i386/pc.h" |