]> git.proxmox.com Git - qemu.git/blobdiff - async.c
qemu-nbd: print error messages from the daemon through a pipe
[qemu.git] / async.c
diff --git a/async.c b/async.c
index ca13962222ff33c5fc6f6235b873cd8daf2ea0e2..332d511ed5e138fd27a7cecc0ee42ba1450a9605 100644 (file)
--- 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;