summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-03 17:05:38 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-03 17:05:38 +0000
commit6a5bd307023ac14089cbcc9e26790f8747f96af9 (patch)
tree142d90471548854062e8a06581aa1acb708350ef
parentee5605e55676752335420dfddb98860f7d8ecd89 (diff)
downloadfocaccia-qemu-6a5bd307023ac14089cbcc9e26790f8747f96af9.tar.gz
focaccia-qemu-6a5bd307023ac14089cbcc9e26790f8747f96af9.zip
The profiler need qemu-timer.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3770 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--monitor.c4
1 files changed, 4 insertions, 0 deletions
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 <dirent.h>
 
+#ifdef CONFIG_PROFILER
+#include "qemu-timer.h" /* for ticks_per_sec */
+#endif
+
 //#define DEBUG
 //#define DEBUG_COMPLETION