diff options
Diffstat (limited to 'fsdev/virtio-9p-marshal.h')
-rw-r--r-- | fsdev/virtio-9p-marshal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fsdev/virtio-9p-marshal.h b/fsdev/virtio-9p-marshal.h index 5df65a8357..431073cb5b 100644 --- a/fsdev/virtio-9p-marshal.h +++ b/fsdev/virtio-9p-marshal.h @@ -1,6 +1,12 @@ #ifndef _QEMU_VIRTIO_9P_MARSHAL_H #define _QEMU_VIRTIO_9P_MARSHAL_H +#ifdef CONFIG_MARU +#ifdef CONFIG_WIN32 +#include "tizen/src/resources_win32.h" +#endif +#endif + typedef struct V9fsString { uint16_t size; |