diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-30 18:24:49 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-30 18:24:49 +0000 |
commit | 2ae144c9cc6e8f7732a66c510899958d003d695e (patch) | |
tree | 7d9d238c7bdff9b151cdfcd7587de6fd4b017e1a /bsd-user/main.c | |
parent | f01576f18569fac675671a81bf931901050c3a73 (diff) | |
download | qemu-2ae144c9cc6e8f7732a66c510899958d003d695e.zip |
Fix i386-bsd-user build
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'bsd-user/main.c')
-rw-r--r-- | bsd-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |