From 15a2cb7b70b8d55f650bd51d25b4aebc39186934 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 Signed-off-by: Michael S. Tsirkin --- hw/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4