aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-08-22 10:57:13 -0400
committerPeter Maydell <peter.maydell@linaro.org>2016-08-24 16:42:40 +0100
commit8c1c230a6e941a2b2c014fed0dc5db08694480d8 (patch)
tree59186562d6a08338cb647179a7f6fee1f723f319
parentd75aa4372f0414c9960534026a562b0302fcff29 (diff)
Fix bsd-user build after d915b7bb
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>
-rw-r--r--bsd-user/main.c1
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
#include "qemu/osdep.h"
+#include "qemu-version.h"
#include <machine/trap.h>
#include "qapi/error.h"