projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31f045
)
bsd-user: add necessary includes to fix warnings
author
Ed Maste
<emaste@freebsd.org>
Mon, 4 Apr 2016 14:58:23 +0000
(10:58 -0400)
committer
Peter Maydell
<peter.maydell@linaro.org>
Mon, 4 Apr 2016 15:17:18 +0000
(16:17 +0100)
Signed-off-by: Ed Maste <emaste@freebsd.org>
Message-id:
1459781903
-64465-1-git-send-email-emaste@freebsd.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
bsd-user/syscall.c
patch
|
blob
|
history
diff --git
a/bsd-user/syscall.c
b/bsd-user/syscall.c
index 35f784cb6cd65f38ccf9c3499877456e484c4104..47cf865a3234eb366c833536bd56613d725e89ad 100644
(file)
--- a/
bsd-user/syscall.c
+++ b/
bsd-user/syscall.c
@@
-17,6
+17,8
@@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "qemu/osdep.h"
+#include "qemu/cutils.h"
+#include "qemu/path.h"
#include <sys/mman.h>
#include <sys/syscall.h>
#include <sys/param.h>