From 6a5bd307023ac14089cbcc9e26790f8747f96af9 Mon Sep 17 00:00:00 2001 From: ths Date: Mon, 3 Dec 2007 17:05:38 +0000 Subject: The profiler need qemu-timer.h git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3770 c046a42c-6fe2-441c-8c8c-71466251a162 --- monitor.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index 3c4694c784..aa39147b63 100644 --- a/monitor.c +++ b/monitor.c @@ -36,6 +36,10 @@ #include "disas.h" #include +#ifdef CONFIG_PROFILER +#include "qemu-timer.h" /* for ticks_per_sec */ +#endif + //#define DEBUG //#define DEBUG_COMPLETION -- cgit v1.2.1