]> git.proxmox.com Git - mirror_qemu.git/blobdiff - nbd.c
coroutine: move into libqemuutil.a library
[mirror_qemu.git] / nbd.c
diff --git a/nbd.c b/nbd.c
index 74859cbe09c0247addd24e87d387de7670667edb..fc34c449c8e49bcf567ea4fd1d03926b41c06722 100644 (file)
--- a/nbd.c
+++ b/nbd.c
@@ -19,7 +19,7 @@
 #include "block/nbd.h"
 #include "sysemu/block-backend.h"
 
-#include "block/coroutine.h"
+#include "qemu/coroutine.h"
 
 #include <errno.h>
 #include <string.h>