target: Add missing "qemu/timer.h" include
commitb8012ecff1056c7a995fa7d91176ce19fa6c6cc5
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 7 Feb 2022 08:27:54 +0000 (7 09:27 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 21 Feb 2022 09:18:06 +0000 (21 10:18 +0100)
tree3bd451f2d2d1a28970e9049831370332c5e78883
parent1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1
target: Add missing "qemu/timer.h" include

timer_new_ns(), cpu_get_host_ticks() and NANOSECONDS_PER_SECOND are
declared in "qemu/timer.h".

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20220207082756.82600-8-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/arm/cpu.c
target/arm/helper.c
target/hppa/cpu.c
target/riscv/csr.c
target/sparc/helper.c