From e2f6bac3010419426b636d2b307f66deecd60813 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 14 Jul 2015 13:44:12 +0200 Subject: virtio-input: move sys/ioctl.h include Drop from include/standard-headers/linux/input.h Add to hw/input/virtio-input-host.c instead. That allows to build virtio-input (except pass-through) on windows. Signed-off-by: Gerd Hoffmann --- hw/input/virtio-input-host.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/input') diff --git a/hw/input/virtio-input-host.c b/hw/input/virtio-input-host.c index f7e3d84..8978f16 100644 --- a/hw/input/virtio-input-host.c +++ b/hw/input/virtio-input-host.c @@ -11,6 +11,7 @@ #include "hw/virtio/virtio.h" #include "hw/virtio/virtio-input.h" +#include #include "standard-headers/linux/input.h" /* ----------------------------------------------------------------- */ -- cgit v1.1