virtio-input: move sys/ioctl.h include
commite2f6bac3010419426b636d2b307f66deecd60813
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Jul 2015 11:44:12 +0000 (14 13:44 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 16 Jul 2015 15:34:41 +0000 (16 17:34 +0200)
tree05d1bdbe21a51f45d0bf4d02e81d6f7e0274f69c
parent2a19b229f6c2f7288bb8c2498bffb01d67810dee
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 <kraxel@redhat.com>
hw/input/virtio-input-host.c
include/standard-headers/linux/input.h
scripts/update-linux-headers.sh