From 8d85a22aab279f827af0c68c0459642fcd613c8c Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Fri, 1 Jul 2016 14:38:54 +0200 Subject: 9p: don't include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The system header doesn't exist on all host platforms. Code should include "qemu/osdep.h" instead to avoid build breaks on plafforms that don't define CONFIG_IOVEC (like win32, if it is to support 9p one day). Acked-by: Cédric Le Goater Acked-by: Michael Fritscher Signed-off-by: Greg Kurz --- fsdev/9p-iov-marshal.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fsdev/9p-iov-marshal.c') diff --git a/fsdev/9p-iov-marshal.c b/fsdev/9p-iov-marshal.c index fce1ee9e55..584082b5d6 100644 --- a/fsdev/9p-iov-marshal.c +++ b/fsdev/9p-iov-marshal.c @@ -14,7 +14,6 @@ #include "qemu/osdep.h" #include #include -#include #include "9p-iov-marshal.h" #include "qemu/bswap.h" -- cgit 1.4.1