]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/9p-marshal.h
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into...
[mirror_qemu.git] / fsdev / 9p-marshal.h
index ceaf2f521ec453a141db3138e0ae339dfb16dac3..f1abbe151c33a7284d556000709e9bca117b6d9c 100644 (file)
@@ -1,10 +1,13 @@
 #ifndef QEMU_9P_MARSHAL_H
 #define QEMU_9P_MARSHAL_H
 
+#include "p9array.h"
+
 typedef struct V9fsString {
     uint16_t size;
     char *data;
 } V9fsString;
+P9ARRAY_DECLARE_TYPE(V9fsString);
 
 typedef struct V9fsQID {
     uint8_t type;