vl.c: Fix OpenBSD compilation issue due to namespace collisions
commitc8897e8eb965c0d091683ffaf127c50f8231d048
authorMarcel Apfelbaum <marcel.a@redhat.com>
Tue, 18 Mar 2014 15:26:35 +0000 (18 17:26 +0200)
committerAndreas Färber <afaerber@suse.de>
Wed, 19 Mar 2014 20:00:34 +0000 (19 21:00 +0100)
tree76525dfd15050c28f70c697462f80936f43880bd
parentf5946dbab388050da6d9343978a38c81cce0508d
vl.c: Fix OpenBSD compilation issue due to namespace collisions

Machine rewriting added MACHINE() macro which is
already in use by other OpenBSD library.
Since qemu/sockets.h exposes the OpenBSD namespace,
the minimalistic approach is to add it as the first QEMU include.

Reported-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/hw/boards.h
vl.c