target/xtensa/cpu: Include missing "memory.h" header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 16 Dec 2022 12:47:05 +0000 (13:47 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commit9585201a8bfaac69365cfc3ab40fea3428443102
tree5ae3de22e66c57fa6c4db29c9bd7f5dce88ac423
parentc3ae4b0a526813148d59e30c1de7c842c73fb2dd
target/xtensa/cpu: Include missing "memory.h" header

Under system emulation, xtensa_cpu_initfn() calls
memory_region_init_io(), itself declared in "exec/memory.h".

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221217172907.8364-10-philmd@linaro.org>
target/xtensa/cpu.c