From 44a9b356ad12e63acc1198d1fc356870050a214d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 12 Sep 2011 16:44:30 +0200 Subject: main-loop: create main-loop.h Signed-off-by: Paolo Bonzini --- async.c | 1 + 1 file changed, 1 insertion(+) (limited to 'async.c') diff --git a/async.c b/async.c index ca13962222..332d511ed5 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; -- cgit v1.2.1