From: Cédric Le Goater Date: Mon, 1 Sep 2025 06:46:25 +0000 (+0200) Subject: hw/isa/superio: Include 'system/system.h' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02423bc9d329b7ff274aa2cf7da544dc339d9724;p=thirdparty%2Fqemu.git hw/isa/superio: Include 'system/system.h' Files using serial_hd() should include 'system/system.h'. Fix that. Cc: Michael S. Tsirkin Cc: Paolo Bonzini Signed-off-by: Cédric Le Goater Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20250901064631.530723-3-clg@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/isa/isa-superio.c b/hw/isa/isa-superio.c index 2853485977c..941b0f91d75 100644 --- a/hw/isa/isa-superio.c +++ b/hw/isa/isa-superio.c @@ -15,6 +15,7 @@ #include "qemu/module.h" #include "qapi/error.h" #include "system/blockdev.h" +#include "system/system.h" #include "chardev/char.h" #include "hw/char/parallel.h" #include "hw/block/fdc.h"