commit | 44a9b356ad12e63acc1198d1fc356870050a214d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 12 16:44:30 2011 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 21 18:14:30 2011 +0200 |
tree | 7bcd02e086c3cc48152bdffe3d6e51d0a8f15bb6 | |
parent | fbdc14ebf8d16f00a87b6f4cdb4799ccfb6469be [diff] [blame] |
main-loop: create main-loop.h Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/async.c b/async.c index ca13962..332d511 100644 --- a/async.c +++ b/async.c
@@ -24,6 +24,7 @@ #include "qemu-common.h" #include "qemu-aio.h" +#include "main-loop.h" /* Anchor of the list of Bottom Halves belonging to the context */ static struct QEMUBH *first_bh;