]> git.proxmox.com Git - qemu.git/commit
Fix OpenBSD build
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 17 Jul 2009 11:01:45 +0000 (11:01 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Jul 2009 20:40:54 +0000 (15:40 -0500)
commite93d914384e3d37fa7965dea95b51cc7459832a0
tree7f17fcc8cc3b26b3b7c1ae0c36dd69af37f12791
parent22528739c959b461955501bdfe04c6a1ff756ed0
Fix OpenBSD build

The header sys-queue.h must be #included early, otherwise at some point OS
queue macros will be used. On OpenBSD, those don't define TAILQ_FOREACH_SAFE.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
vl.c