From: Ed Maste Date: Mon, 4 Apr 2016 14:58:23 +0000 (-0400) Subject: bsd-user: add necessary includes to fix warnings X-Git-Tag: v2.6.0-rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c40e13e106243a6798b7b02b4d7de5ff6c9be128;p=thirdparty%2Fqemu.git bsd-user: add necessary includes to fix warnings Signed-off-by: Ed Maste Message-id: 1459781903-64465-1-git-send-email-emaste@freebsd.org Signed-off-by: Peter Maydell --- diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 35f784cb6cd..47cf865a323 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -17,6 +17,8 @@ * along with this program; if not, see . */ #include "qemu/osdep.h" +#include "qemu/cutils.h" +#include "qemu/path.h" #include #include #include