From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThxMM-0000hP-8w for qemu-devel@nongnu.org; Mon, 10 Dec 2012 02:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThxMB-0005SM-KP for qemu-devel@nongnu.org; Mon, 10 Dec 2012 02:01:01 -0500 From: John Spencer Date: Mon, 10 Dec 2012 07:59:45 +0100 Message-Id: <1355122786-29243-3-git-send-email-maillist-qemu@barfooze.de> In-Reply-To: <1355122786-29243-1-git-send-email-maillist-qemu@barfooze.de> References: <1355122786-29243-1-git-send-email-maillist-qemu@barfooze.de> Subject: [Qemu-devel] [PATCH 3/4] fix implicit declaration of syscall() in linux-user/syscall.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org, John Spencer Signed-off-by: John Spencer --- linux-user/syscall.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 31d5276..fabbcd7 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #ifdef __ia64__ -- 1.7.3.4