Commit 8c1c230a authored by Ed Maste's avatar Ed Maste Committed by Peter Maydell
Browse files

Fix bsd-user build after d915b7bb



Must include "qemu-version.h" for the QEMU_PKGVERSION definition.

Signed-off-by: default avatarEd Maste <emaste@freebsd.org>
Message-id: 1471877833-52343-1-git-send-email-emaste@freebsd.org
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent d75aa437
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"