diff options
Diffstat (limited to 'fsdev/virtio-9p-marshal.c')
-rw-r--r-- | fsdev/virtio-9p-marshal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fsdev/virtio-9p-marshal.c b/fsdev/virtio-9p-marshal.c index bf980bfa38..20f308b760 100644 --- a/fsdev/virtio-9p-marshal.c +++ b/fsdev/virtio-9p-marshal.c @@ -22,9 +22,9 @@ #include <stdint.h> #include <errno.h> -#include "compiler.h" +#include "qemu/compiler.h" #include "virtio-9p-marshal.h" -#include "bswap.h" +#include "qemu/bswap.h" void v9fs_string_free(V9fsString *str) { |