aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-04-04 10:58:23 -0400
committerPeter Maydell <peter.maydell@linaro.org>2016-04-04 16:17:18 +0100
commitc40e13e106243a6798b7b02b4d7de5ff6c9be128 (patch)
treee9dcc503135cb28a497400b016cec4ed93f94368 /bsd-user
parente31f0451876aa7ada74d60304aa241506a383797 (diff)
bsd-user: add necessary includes to fix warnings
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>
Diffstat (limited to 'bsd-user')
-rw-r--r--bsd-user/syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 35f784cb6c..47cf865a32 100644
--- 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>