From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] version: fix include Date: Tue, 17 Mar 2015 22:22:19 +0100 Message-ID: <2324147.fEvRkPic13@xps13> References: <1426518325-3374-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1426518325-3374-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@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" > When including rte_version.h without string.h, there is a compilation= error: > include/rte_version.h: error: implicit declaration of function =E2=80= =98strlen=E2=80=99 >=20 > Signed-off-by: Thomas Monjalon Applied