From: Marcelo Tosatti Date: Thu, 8 Apr 2010 20:49:50 +0000 (-0300) Subject: vhost.c: include last X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~8150^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15a2cb7b70b8d55f650bd51d25b4aebc39186934;p=sdk%2Femulator%2Fqemu.git vhost.c: include last So the userspace headers define KERNEL_STRICT_NAMES and there's no conflict on type definition for older kernels. Signed-off-by: Marcelo Tosatti Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/vhost.c b/hw/vhost.c index ad2f98a..d37a66e 100644 --- a/hw/vhost.c +++ b/hw/vhost.c @@ -10,13 +10,13 @@ * the COPYING file in the top-level directory. */ -#include #include #include #include "vhost.h" #include "hw/hw.h" /* For range_get_last */ #include "pci.h" +#include static void vhost_dev_sync_region(struct vhost_dev *dev, uint64_t mfirst, uint64_t mlast,