summaryrefslogtreecommitdiffstats
path: root/qemu/hw/9pfs/cofs.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/9pfs/cofs.c')
-rw-r--r--qemu/hw/9pfs/cofs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu/hw/9pfs/cofs.c b/qemu/hw/9pfs/cofs.c
index 42ee614e2..18c81cb3d 100644
--- a/qemu/hw/9pfs/cofs.c
+++ b/qemu/hw/9pfs/cofs.c
@@ -12,10 +12,11 @@
*
*/
+#include "qemu/osdep.h"
#include "fsdev/qemu-fsdev.h"
#include "qemu/thread.h"
-#include "block/coroutine.h"
-#include "virtio-9p-coth.h"
+#include "qemu/coroutine.h"
+#include "coth.h"
static ssize_t __readlink(V9fsState *s, V9fsPath *path, V9fsString *buf)
{