mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qemu/target-info: Include missing 'qapi-types-common.h' header
When adding the TargetInfo::@endianness field in commita37aec2e7d, we neglected to include the "qapi-types-common.h" header to get the EndianMode enum definition. Fix that. Fixes:a37aec2e7d("qemu/target-info: Add target_endian_mode()") Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20251020220941.65269-10-philmd@linaro.org>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#ifndef QEMU_TARGET_INFO_IMPL_H
|
||||
#define QEMU_TARGET_INFO_IMPL_H
|
||||
|
||||
#include "qapi/qapi-types-common.h"
|
||||
#include "qapi/qapi-types-machine.h"
|
||||
|
||||
typedef struct TargetInfo {
|
||||
|
||||
Reference in New Issue
Block a user