Re: [dpdk-dev] [PATCH v2 10/19] fib: fix missing header includes

2021-01-15 Thread Medvedkin, Vladimir
On 15/01/2021 11:10, Bruce Richardson wrote: Add stdint.h to get definitions of standard integer types Fixes: 39e927248416 ("fib: add FIB library") Fixes: 40d41a8a7b34 ("fib: support IPv6") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_fib/rte_fib.h | 1 + lib/librt

[dpdk-dev] [PATCH v2 10/19] fib: fix missing header includes

2021-01-15 Thread Bruce Richardson
Add stdint.h to get definitions of standard integer types Fixes: 39e927248416 ("fib: add FIB library") Fixes: 40d41a8a7b34 ("fib: support IPv6") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_fib/rte_fib.h | 1 + lib/librte_fib/rte_fib6.h | 1 + 2 files changed, 2 insertion