Signed-off-by: Michael Fritscher <[email protected]>
---
 hw/9pfs/9p-util.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/9pfs/9p-util.c b/hw/9pfs/9p-util.c
index f709c27a1f..3330b59ef2 100644
--- a/hw/9pfs/9p-util.c
+++ b/hw/9pfs/9p-util.c
@@ -11,7 +11,9 @@
  */
 
 #include "qemu/osdep.h"
+#ifndef _WIN32
 #include "qemu/xattr.h"
+#endif
 #include "9p-util.h"
 
 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name,
-- 
2.13.2.windows.1


Reply via email to