hw/i386/port92: Add missing 'hw/isa/isa.h' header
commit0a1e084949dcc2282cbbed33f10ca56d478023bd
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Feb 2024 12:01:50 +0000 (13 13:01 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 20 Feb 2024 17:34:21 +0000 (20 20:34 +0300)
tree2abcf60059fd89fb2f0ca955036981cefaf355e3
parenta4ed7a7b763bd9d82b1e9c5e8c24938a69284504
hw/i386/port92: Add missing 'hw/isa/isa.h' header

TYPE_PORT92 inherits TYPE_ISA_DEVICE, so need to include
"hw/isa/isa.h" to get its declarations (currently we
indirectly include this header via "hw/i386/pc.h").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Luc Michel <luc.michel@amd.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/i386/port92.c