From 6a9ef1773bf874dea493ff3861782a1e577b67dd Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 9 Sep 2010 22:54:36 +0200 Subject: upstream: move timer management code to qemu-timer.c --- softmmu_template.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'softmmu_template.h') diff --git a/softmmu_template.h b/softmmu_template.h index 4cd66f0..ab23e02 100644 --- a/softmmu_template.h +++ b/softmmu_template.h @@ -16,6 +16,8 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ +#include "qemu-timer.h" + #define DATA_SIZE (1 << SHIFT) #if DATA_SIZE == 8 -- cgit v1.1