summaryrefslogtreecommitdiffstats
path: root/qemu/hw/9pfs/cofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/9pfs/cofile.c')
-rw-r--r--qemu/hw/9pfs/cofile.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu/hw/9pfs/cofile.c b/qemu/hw/9pfs/cofile.c
index 2efebf357..293483e0c 100644
--- a/qemu/hw/9pfs/cofile.c
+++ b/qemu/hw/9pfs/cofile.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"
int v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t st_mode,
V9fsStatDotl *v9stat)