From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] rte_tailq.h: Fix compilation under FreeBSD Date: Tue, 10 Jun 2014 21:58:05 +0100 Message-ID: <20140610205805.GA25593@sivswdev02.ir.intel.com> References: <1401984728-21665-1-git-send-email-alan.carew@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Alan Carew Return-path: Content-Disposition: inline In-Reply-To: <1401984728-21665-1-git-send-email-alan.carew-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Thu, Jun 05, 2014 at 05:12:07PM +0100, Alan Carew wrote: > Recent change to rte_dump_tailq, which now uses a FILE parameter > causes compilation to fail under FreeBSD and sourced to a > missing include of stdio.h > > This and next patch(both small) allows to compile without error. > > Signed-off-by: Alan Carew Acked-by: Bruce Richardson