[dpdk-dev] [PATCH] version: fix include

2015-03-17 Thread Thomas Monjalon
> When including rte_version.h without string.h, there is a compilation error: > include/rte_version.h: error: implicit declaration of function ?strlen? > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] version: fix include

2015-03-16 Thread Thomas Monjalon
When including rte_version.h without string.h, there is a compilation error: include/rte_version.h: error: implicit declaration of function ?strlen? Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_version.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/c