diff options
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 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" |