qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] bsd-user: add qemu/cutils.h include after f348b6d
@ 2016-04-05 14:01 Ed Maste
  2016-04-05 17:12 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Ed Maste @ 2016-04-05 14:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Ed Maste

Signed-off-by: Ed Maste <emaste@freebsd.org>
---
 bsd-user/uaccess.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsd-user/uaccess.c b/bsd-user/uaccess.c
index 7cb6d17..b7b3a06 100644
--- a/bsd-user/uaccess.c
+++ b/bsd-user/uaccess.c
@@ -1,5 +1,6 @@
 /* User memory access */
 #include "qemu/osdep.h"
+#include "qemu/cutils.h"
 
 #include "qemu.h"
 
-- 
2.4.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] bsd-user: add qemu/cutils.h include after f348b6d
  2016-04-05 14:01 [Qemu-devel] [PATCH] bsd-user: add qemu/cutils.h include after f348b6d Ed Maste
@ 2016-04-05 17:12 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-04-05 17:12 UTC (permalink / raw)
  To: Ed Maste; +Cc: QEMU Trivial, QEMU Developers

On 5 April 2016 at 15:01, Ed Maste <emaste@freebsd.org> wrote:
> Signed-off-by: Ed Maste <emaste@freebsd.org>
> ---
>  bsd-user/uaccess.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/bsd-user/uaccess.c b/bsd-user/uaccess.c
> index 7cb6d17..b7b3a06 100644
> --- a/bsd-user/uaccess.c
> +++ b/bsd-user/uaccess.c
> @@ -1,5 +1,6 @@
>  /* User memory access */
>  #include "qemu/osdep.h"
> +#include "qemu/cutils.h"
>
>  #include "qemu.h"

Applied to master, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-05 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05 14:01 [Qemu-devel] [PATCH] bsd-user: add qemu/cutils.h include after f348b6d Ed Maste
2016-04-05 17:12 ` 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).