From: Cédric Le Goater Date: Mon, 1 Sep 2025 06:46:27 +0000 (+0200) Subject: hw/mips/malta: Include 'system/system.h' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42ab9014a9de94fc8c0aa97b1822230a5ee96bfa;p=thirdparty%2Fqemu.git hw/mips/malta: Include 'system/system.h' Files using serial_hd() should include 'system/system.h'. Fix that. Cc: Philippe Mathieu-Daudé Cc: Aurelien Jarno Cc: Jiaxun Yang Signed-off-by: Cédric Le Goater Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20250901064631.530723-5-clg@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/mips/malta.c b/hw/mips/malta.c index cbdbb210568..344dc8ca766 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"