Skip to content

Commit

Permalink
target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECOND
Browse files Browse the repository at this point in the history
Since d0ce7e9 the dc232b structure uses the NANOSECONDS_PER_SECOND
definition from "qemu/timer.h".  Include it to allow further includes
cleanup.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
philmd authored and bonzini committed May 31, 2018
1 parent 383952e commit 3a73911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/xtensa/core-dc232b.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "exec/exec-all.h"
#include "exec/gdbstub.h"
#include "qemu/host-utils.h"
#include "qemu/timer.h"

#include "core-dc232b/core-isa.h"
#include "overlay_tool.h"
Expand Down

0 comments on commit 3a73911

Please sign in to comment.