From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH] xenstore: add stddef.h to xenstore_lib.h Date: Thu, 28 Jan 2016 10:37:14 +0000 Message-ID: <20160128103714.GI25660@citrix.com> References: <1453914369-24092-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1453914369-24092-1-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Jan 27, 2016 at 05:06:09PM +0000, Ian Campbell wrote: > xs_perm_to_string takes a size_t which isn't defined by anything > pulled in directly by this header. > > Given the other headers xenstore_lib.h pulls in this looks to be an > oversight rather than a deliberate policy. > > Signed-off-by: Ian Campbell Acked-by: Wei Liu