From 6213a2c069e0aedfbcdc543b9e10bdb026e1caf6 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 18 Apr 2021 22:13:13 -0700 Subject: [PATCH] xbox-sio: Include qdev-properties-system.h --- hw/xbox/lpc47m157.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xbox/lpc47m157.c b/hw/xbox/lpc47m157.c index 6e6fa3823d..3d0604fd39 100644 --- a/hw/xbox/lpc47m157.c +++ b/hw/xbox/lpc47m157.c @@ -20,6 +20,7 @@ #include "qemu/osdep.h" #include "hw/qdev-properties.h" +#include "hw/qdev-properties-system.h" #include "migration/vmstate.h" #include "sysemu/sysemu.h" #include "hw/char/serial.h"