]> Git Repo - qemu.git/commit
vl.c: Fix OpenBSD compilation issue due to namespace collisions
authorMarcel Apfelbaum <[email protected]>
Tue, 18 Mar 2014 15:26:35 +0000 (17:26 +0200)
committerAndreas Färber <[email protected]>
Wed, 19 Mar 2014 20:00:34 +0000 (21:00 +0100)
commitc8897e8eb965c0d091683ffaf127c50f8231d048
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 <[email protected]>
Signed-off-by: Marcel Apfelbaum <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
include/hw/boards.h
vl.c
This page took 0.026082 seconds and 4 git commands to generate.