diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-02-16 22:36:26 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-02-26 13:04:05 +0100 |
commit | 9b70c1790acacae54d559d38ca69186a85040bb8 (patch) | |
tree | df3c499fce997b65d636748de523e1ca0b2b1651 /hw/char | |
parent | 019adbd3715e98b5a09fab1370cc2c6904f79b6d (diff) | |
download | qemu-9b70c1790acacae54d559d38ca69186a85040bb8.zip |
virtio-serial: switch to standard-headers
Drop duplicate code.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/char')
-rw-r--r-- | hw/char/virtio-serial-bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c index 47fbb34bdd..a2bac9b4a9 100644 --- a/hw/char/virtio-serial-bus.c +++ b/hw/char/virtio-serial-bus.c @@ -18,6 +18,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "standard-headers/linux/virtio_ids.h" #include "qemu/iov.h" #include "monitor/monitor.h" #include "qemu/queue.h" |