* [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
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).