From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an5xu-00056i-AG for qemu-devel@nongnu.org; Mon, 04 Apr 2016 10:58:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an5xq-0001C6-II for qemu-devel@nongnu.org; Mon, 04 Apr 2016 10:58:54 -0400 Received: from [72.143.111.78] (port=13289 helo=freebsd.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an5xq-0000uY-Bs for qemu-devel@nongnu.org; Mon, 04 Apr 2016 10:58:50 -0400 From: Ed Maste Date: Mon, 4 Apr 2016 10:58:23 -0400 Message-Id: <1459781903-64465-1-git-send-email-emaste@freebsd.org> Subject: [Qemu-devel] [PATCH] bsd-user: add necessary includes to fix warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Ed Maste Signed-off-by: Ed Maste --- bsd-user/syscall.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 35f784c..47cf865 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 -- 2.4.6