diff options
Diffstat (limited to 'async.c')
| -rw-r--r-- | async.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |