From: Blue Swirl Date: Tue, 30 Mar 2010 18:24:49 +0000 (+0000) Subject: Fix i386-bsd-user build X-Git-Tag: v0.13.0-rc0~914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae144c9cc6e8f7732a66c510899958d003d695e;p=thirdparty%2Fqemu.git Fix i386-bsd-user build Signed-off-by: Blue Swirl --- diff --git a/bsd-user/main.c b/bsd-user/main.c index 6b59a161122..b1c438d895a 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"