On 2025-10-20 15:09, Philippe Mathieu-Daudé wrote:
When adding the TargetInfo::@endianness field in commit a37aec2e7d8, we neglected to include the "qapi-types-common.h" header to get the EndianMode enum definition. Fix that.Fixes: a37aec2e7d8 ("qemu/target-info: Add target_endian_mode()") Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/qemu/target-info-impl.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Pierrick Bouvier <[email protected]>
