Files using serial_hd() should include 'system/system.h'. Fix that. Cc: Philippe Mathieu-Daudé <[email protected]> Cc: Aurelien Jarno <[email protected]> Cc: Jiaxun Yang <[email protected]> Signed-off-by: Cédric Le Goater <[email protected]> --- hw/mips/malta.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/mips/malta.c b/hw/mips/malta.c index cbdbb21056807538f495a2a75581e38627b69727..344dc8ca76675e16ebbeba42604e829b6140a19a 100644 --- a/hw/mips/malta.c +++ b/hw/mips/malta.c @@ -52,6 +52,7 @@ #include "system/qtest.h" #include "system/reset.h" #include "system/runstate.h" +#include "system/system.h" #include "qapi/error.h" #include "qemu/error-report.h" #include "system/kvm.h" -- 2.51.0
