From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J-kiLYBGuzyc for ; Mon, 28 May 2012 09:48:04 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Mon, 28 May 2012 09:48:03 +0200 (CEST) Message-ID: <4FC32DAE.90109@redhat.com> Date: Mon, 28 May 2012 09:47:58 +0200 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] odd behavior with libcryptsetup.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Colin Misare Cc: dm-crypt@saout.de, ".. ink .." On 05/28/2012 09:00 AM, Colin Misare wrote: > I see this behaviour as well with gcc 4.6.3 using the libcryptset.h from git. > > Some quick searching on Googe leads me to believe that size_t is > supposed to be in stddef.h. Like you noted simply adding that fixes > the compilation. Yes, it should be included in header itself. Actually I just fixed it before I read your reply here... :) http://code.google.com/p/cryptsetup/source/detail?r=65c4c62f78e07408081a20f1bea2b29212b85e01# Thanks, Milan