diff options
author | Cédric Le Goater <clg@redhat.com> | 2025-09-01 08:46:27 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-02 17:58:05 +0200 |
commit | 42ab9014a9de94fc8c0aa97b1822230a5ee96bfa (patch) | |
tree | 67f4afe2175a73884eb8d62dcf207273e6c8f11c | |
parent | f4e39e06d1c8cfc0cfd4d2f839d85f568072435d (diff) | |
download | qemu-42ab9014a9de94fc8c0aa97b1822230a5ee96bfa.zip qemu-42ab9014a9de94fc8c0aa97b1822230a5ee96bfa.tar.gz qemu-42ab9014a9de94fc8c0aa97b1822230a5ee96bfa.tar.bz2 |
hw/mips/malta: Include 'system/system.h'
Files using serial_hd() should include 'system/system.h'. Fix that.
Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250901064631.530723-5-clg@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
-rw-r--r-- | hw/mips/malta.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips/malta.c b/hw/mips/malta.c index cbdbb21..344dc8c 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" |