From 8c1c230a6e941a2b2c014fed0dc5db08694480d8 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 22 Aug 2016 10:57:13 -0400 Subject: 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 --- bsd-user/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bsd-user/main.c') 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" -- cgit v1.2.1