diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2015-07-17 10:52:12 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2015-07-17 10:52:12 +0100 |
| commit | fd1a9ef9c2493b5bc98e8e041333a57b635c5d71 (patch) | |
| tree | 3ea0e8eebf0953e6f7bf5102c082da63fbe0f8bc /hw/input/virtio-input-host.c | |
| parent | b4329bf41c86bac8b56cadb097081960cc4839a0 (diff) | |
| parent | 562f93754b95fd6dc65ad9a2aa15a90b2da7e8a4 (diff) | |
| download | focaccia-qemu-fd1a9ef9c2493b5bc98e8e041333a57b635c5d71.tar.gz focaccia-qemu-fd1a9ef9c2493b5bc98e8e041333a57b635c5d71.zip | |
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150717-1' into staging
input: fixes for 2.4 # gpg: Signature made Fri Jul 17 07:45:17 2015 BST using RSA key ID D3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" * remotes/kraxel/tags/pull-input-20150717-1: hid: clarify hid_keyboard_process_keycode virtio-input: move sys/ioctl.h include virtio-input: fix segfault in virtio_input_hid_properties Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/input/virtio-input-host.c')
| -rw-r--r-- | hw/input/virtio-input-host.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/input/virtio-input-host.c b/hw/input/virtio-input-host.c index f7e3d844e6..8978f16bae 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 <sys/ioctl.h> #include "standard-headers/linux/input.h" /* ----------------------------------------------------------------- */ |