cpu-target: Include missing 'exec/memory.h' header
commit5f8d88bdeb4df6fc7d2a801719adfc92a8ff235a
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 9 Feb 2024 15:00:37 +0000 (9 16:00 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 13 Feb 2024 07:59:25 +0000 (13 10:59 +0300)
tree567618a4ecefdde44b770f683a8e235996b61466
parent0ccebcdcf4a1ee394fae415a0ebbec8a438ca2b5
cpu-target: Include missing 'exec/memory.h' header

Include "exec/memory.h" in order to avoid:

  cpu-target.c:201:50: error: use of undeclared identifier 'TYPE_MEMORY_REGION'
      DEFINE_PROP_LINK("memory", CPUState, memory, TYPE_MEMORY_REGION,
                                                   ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
cpu-target.c