From: Ed Maste Date: Mon, 22 Aug 2016 14:57:13 +0000 (-0400) Subject: Fix bsd-user build after d915b7bb X-Git-Tag: qemu-xen-4.8.0-rc1~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8c1c230a6e941a2b2c014fed0dc5db08694480d8;p=qemu-xen.git Fix bsd-user build after d915b7bb Must include "qemu-version.h" for the QEMU_PKGVERSION definition. Signed-off-by: Ed Maste Message-id: 1471877833-52343-1-git-send-email-emaste@freebsd.org Signed-off-by: Peter Maydell --- diff --git a/bsd-user/main.c b/bsd-user/main.c index b4a0a00c3f..0fb08e405d 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -17,6 +17,7 @@ * along with this program; if not, see . */ #include "qemu/osdep.h" +#include "qemu-version.h" #include #include "qapi/error.h"