Fix bsd-user build after d915b7bb
authorEd Maste <emaste@freebsd.org>
Mon, 22 Aug 2016 14:57:13 +0000 (10:57 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Aug 2016 15:42:40 +0000 (16:42 +0100)
Must include "qemu-version.h" for the QEMU_PKGVERSION definition.

Signed-off-by: Ed Maste <emaste@freebsd.org>
Message-id: 1471877833-52343-1-git-send-email-emaste@freebsd.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
bsd-user/main.c

index b4a0a00..0fb08e4 100644 (file)
@@ -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"