From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58941 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4B70-0002wY-CS for qemu-devel@nongnu.org; Mon, 28 Mar 2011 07:59:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4B6y-0007vI-OX for qemu-devel@nongnu.org; Mon, 28 Mar 2011 07:59:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4B6y-0007v0-Ee for qemu-devel@nongnu.org; Mon, 28 Mar 2011 07:59:56 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2SBxtlL018139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Mar 2011 07:59:55 -0400 Message-ID: <4D907826.3030508@redhat.com> Date: Mon, 28 Mar 2011 13:59:34 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v23 02/11] qemu-thread.h: include inttypes.h References: <1300886393-2799-1-git-send-email-alevy@redhat.com> <1300886393-2799-3-git-send-email-alevy@redhat.com> In-Reply-To: <1300886393-2799-3-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 03/23/11 14:19, Alon Levy wrote: > qemu-thread.h relies on uint64_t being defined, but doesn't include > inttypes.h explicitly. This makes it easier to use it from vscclient (part > of libcacard). > --- > qemu-thread.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Acked-by: Jes Sorensen This should be able to go in as is - even other parts of ccid should stall. Cheers, Jes