From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5126245F.3050407@barfooze.de> Date: Thu, 21 Feb 2013 14:42:55 +0100 From: John Spencer MIME-Version: 1.0 References: <510D3B57.3020607@barfooze.de> <5116D92E.7040107@barfooze.de> In-Reply-To: <5116D92E.7040107@barfooze.de> Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] [PATCH] fix missing include directives Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-lvm@redhat.com, agk@redhat.com On 02/10/2013 12:18 AM, John Spencer wrote: > On 02/02/2013 05:14 PM, John Spencer wrote: >> on glibc, those are erroneously (namespace pollution) pulled in via >> other headers. this doesn't work with conformant libcs (musl libc in >> this case), we simply need to include all needed headers. >> >> Signed-Off-By: John Spencer >> >> > > ping