projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31370db
)
bsd-user: add qemu/cutils.h include after f348b6d
author
Ed Maste
<emaste@freebsd.org>
Tue, 5 Apr 2016 14:01:21 +0000
(10:01 -0400)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 5 Apr 2016 16:49:35 +0000
(17:49 +0100)
Signed-off-by: Ed Maste <emaste@freebsd.org>
Message-id:
1459864881
-71319-1-git-send-email-emaste@freebsd.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
bsd-user/uaccess.c
patch
|
blob
|
history
diff --git
a/bsd-user/uaccess.c
b/bsd-user/uaccess.c
index 7cb6d17495f9d69025a3fb41c71590f34c2e8234..b7b3a0682e93b8d7195526efc5f3a809d8a33b98 100644
(file)
--- 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"