[dpdk-dev] [PATCH] lpm6: fix missing header dependency
2016-04-28 15:08, Igor Ryzhov: > Include stdint.h for the definition of uint*_t types. > > Signed-off-by: Igor Ryzhov Applied, thanks
[dpdk-dev] [PATCH] lpm6: fix missing header dependency
Include stdint.h for the definition of uint*_t types. Signed-off-by: Igor Ryzhov --- lib/librte_lpm/rte_lpm6.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_lpm/rte_lpm6.h b/lib/librte_lpm/rte_lpm6.h index cedcea8..13d027f 100644 --- a/lib/librte_lpm/rte_lpm6.h +++ b/lib/librt