From 11078ae37f71eb64b4e1406af868a21ea676f184 Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Thu, 8 Apr 2010 17:49:50 -0300 Subject: [PATCH] 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 Acked-by: Michael S. Tsirkin Signed-off-by: Aurelien Jarno --- hw/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/vhost.c b/hw/vhost.c index ad2f98a8a3..d37a66e0ea 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,