From 9b8bfe21bee37ced21aa57c89388c2ebea8c3f31 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:07 +0000 Subject: virtio: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Message-id: 1453832250-766-15-git-send-email-peter.maydell@linaro.org --- hw/input/virtio-input-host.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/input/virtio-input-host.c') diff --git a/hw/input/virtio-input-host.c b/hw/input/virtio-input-host.c index 8978f16bae..ddee54cb7d 100644 --- a/hw/input/virtio-input-host.c +++ b/hw/input/virtio-input-host.c @@ -4,6 +4,7 @@ * top-level directory. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/sockets.h" -- cgit v1.2.3-55-g7522