From 2ae144c9cc6e8f7732a66c510899958d003d695e Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 30 Mar 2010 18:24:49 +0000 Subject: [PATCH] Fix i386-bsd-user build Signed-off-by: Blue Swirl --- bsd-user/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsd-user/main.c b/bsd-user/main.c index 6b59a16112..b1c438d895 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -31,7 +31,7 @@ /* For tb_lock */ #include "exec-all.h" - +#include "qemu-timer.h" #include "envlist.h" #define DEBUG_LOGFILE "/tmp/qemu.log" -- 2.11.4.GIT