Add linux-headers to QEMU_INCLUDES
commitfd123245b98fd6e13d829878f25b30a9417f4bfc
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 10 Apr 2013 08:29:47 +0000 (10 10:29 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Apr 2013 13:16:22 +0000 (15 15:16 +0200)
tree7e74f8b14096e9f0cef5bc9cfce231509f1e8e91
parentbd2be1500337f0349f70802e4d8d43f5aca61477
Add linux-headers to QEMU_INCLUDES

virtio/dataplane/vring.c requires the Linux headers and is built for all
targets. So we need to add the corresponding include to QEMU_INCLUDES to
avoid that outdated distribution headers are used.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure