diff options
Diffstat (limited to 'hw/9pfs/coth.h')
-rw-r--r-- | hw/9pfs/coth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/9pfs/coth.h b/hw/9pfs/coth.h index a911cbb165..6adc773d46 100644 --- a/hw/9pfs/coth.h +++ b/hw/9pfs/coth.h @@ -17,7 +17,8 @@ #include "qemu/thread.h" #include "qemu/coroutine.h" -#include "virtio-9p.h" +#include "qemu/main-loop.h" +#include "9p.h" /* * we want to use bottom half because we want to make sure the below |