* [Qemu-trivial] [PATCH] Fix bsd-user build after d915b7bb
@ 2016-08-22 14:57 Ed Maste
2016-08-22 16:20 ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Ed Maste @ 2016-08-22 14:57 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Ed Maste
Must include "qemu-version.h" for the QEMU_PKGVERSION definition.
Signed-off-by: Ed Maste <emaste@freebsd.org>
---
bsd-user/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsd-user/main.c b/bsd-user/main.c
index b4a0a00..0fb08e4 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"
--
2.8.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Fix bsd-user build after d915b7bb
2016-08-22 14:57 [Qemu-trivial] [PATCH] Fix bsd-user build after d915b7bb Ed Maste
@ 2016-08-22 16:20 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-08-22 16:20 UTC (permalink / raw)
To: Ed Maste; +Cc: QEMU Developers, QEMU Trivial
On 22 August 2016 at 15:57, Ed Maste <emaste@freebsd.org> wrote:
> Must include "qemu-version.h" for the QEMU_PKGVERSION definition.
>
> Signed-off-by: Ed Maste <emaste@freebsd.org>
> ---
> bsd-user/main.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/bsd-user/main.c b/bsd-user/main.c
> index b4a0a00..0fb08e4 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"
Awkward that this missed rc4 by an hour or two :-(
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-22 16:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 14:57 [Qemu-trivial] [PATCH] Fix bsd-user build after d915b7bb Ed Maste
2016-08-22 16:20 ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).