From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymii2-0006w2-Un for qemu-devel@nongnu.org; Mon, 27 Apr 2015 09:04:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymihy-0005Pr-0L for qemu-devel@nongnu.org; Mon, 27 Apr 2015 09:04:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymihx-0005P8-IZ for qemu-devel@nongnu.org; Mon, 27 Apr 2015 09:04:21 -0400 Message-ID: <553E33D0.7080600@redhat.com> Date: Mon, 27 Apr 2015 15:04:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430130858-8246-1-git-send-email-pbonzini@redhat.com> <553E2D4F.80209@msgid.tls.msk.ru> <553E32F0.2010405@redhat.com> <553E3322.6020803@msgid.tls.msk.ru> <553E33AE.1040804@msgid.tls.msk.ru> In-Reply-To: <553E33AE.1040804@msgid.tls.msk.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] libcacard: stop including qemu-common.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , qemu-devel On 27/04/2015 15:03, Michael Tokarev wrote: >> > >> > All the missing includes are in vscclient.c. > stdio.h for printf > string.h for various strcmp etc > stdlib.h for atoi > unistd.h (on *nix) for getopt > > It looks like you didn't build vscclient. /me holds myself guilty. Paolo