On 22 August 2016 at 15:57, Ed Maste <ema...@freebsd.org> wrote: > Must include "qemu-version.h" for the QEMU_PKGVERSION definition. > > Signed-off-by: Ed Maste <ema...@freebsd.org> > --- > bsd-user/main.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/bsd-user/main.c b/bsd-user/main.c > index b4a0a00..0fb08e4 100644 > --- a/bsd-user/main.c > +++ b/bsd-user/main.c > @@ -17,6 +17,7 @@ > * along with this program; if not, see <http://www.gnu.org/licenses/>. > */ > #include "qemu/osdep.h" > +#include "qemu-version.h" > #include <machine/trap.h> > > #include "qapi/error.h"
Awkward that this missed rc4 by an hour or two :-( -- PMM