From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH ARM v3 6/7] mini-os: don't include queue.h if there's no libc Date: Wed, 11 Jun 2014 21:10:46 +0200 Message-ID: <20140611191046.GL6816@type.mobile.lan> References: <1402482618-15269-1-git-send-email-talex5@gmail.com> <1402482618-15269-7-git-send-email-talex5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wup4J-0006Mq-Ns for xen-devel@lists.xenproject.org; Wed, 11 Jun 2014 20:24:23 +0000 Content-Disposition: inline In-Reply-To: <1402482618-15269-7-git-send-email-talex5@gmail.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: Thomas Leonard Cc: xen-devel@lists.xenproject.org, stefano.stabellini@eu.citrix.com, Dave.Scott@eu.citrix.com, anil@recoil.org List-Id: xen-devel@lists.xenproject.org Thomas Leonard, le Wed 11 Jun 2014 11:30:17 +0100, a =E9crit : > Signed-off-by: Thomas Leonard Acked-by: Samuel Thibault > --- > extras/mini-os/include/lib.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/extras/mini-os/include/lib.h b/extras/mini-os/include/lib.h > index 935bede..670c14f 100644 > --- a/extras/mini-os/include/lib.h > +++ b/extras/mini-os/include/lib.h > @@ -52,10 +52,10 @@ > #include > #include > #include > -#include > #include "gntmap.h" > = > #ifdef HAVE_LIBC > +#include > #include > #else > #include > -- = > 2.0.0 > = > = > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel > = -- = Samuel "...very few phenomena can pull someone out of Deep Hack Mode, with two noted exceptions: being struck by lightning, or worse, your *computer* being struck by lightning." (By Matt Welsh)