commit | 0a77a76f55e8a9d84082ebe7eaab443db68c7783 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jan 29 18:05:29 2024 +0100 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Jan 30 21:20:20 2024 +0300 |
tree | 9df0b53a0ab59d76e62b21cfee6c04afa9fea3bc | |
parent | cd25f5d38379f3b235da1d3cbc32c208654383d6 [diff] |
hw/intc/xics: Include missing 'cpu.h' header Include missing headers in order to avoid when refactoring unrelated headers: hw/intc/xics.c: In function 'icp_realize': hw/intc/xics.c:304:5: error: unknown type name 'PowerPCCPU' 304 | PowerPCCPU *cpu; | ^~~~~~~~~~ Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>