diff options
author | David 'Digit' Turner <digit@google.com> | 2023-04-05 14:59:19 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-04-28 12:50:34 +0200 |
commit | 193ba660af14fc20cddaa04c20bb79ed05d1dbf0 (patch) | |
tree | dd512f8520324d984a14b9226aa81ef7922e9a38 /module-common.c | |
parent | d1a1111514333e46a98b136235f71eef90d610fa (diff) |
Fix libvhost-user.c compilation.
The source file uses VIRTIO_F_VERSION_1 which is
not defined by <linux/virtio_config.h> on Debian 10.
The system-provided <linux/virtio_config.h> which
does not include the macro definition is included
through <linux/vhost.h>, so fix the issue by including
the standard-headers version before that.
Signed-off-by: David 'Digit' Turner <digit@google.com>
Message-Id: <20230405125920.2951721-2-digit@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions