Re: [dpdk-dev] [PATCH v2 07/19] rib: fix missing header includes

2021-01-15 Thread Medvedkin, Vladimir
On 15/01/2021 11:10, Bruce Richardson wrote: The standard integer types, and the size_t types are missing their required header includes in the rib header file. Fixes: 5a5793a5ffa2 ("rib: add RIB library") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_rib/rte_rib.h |

[dpdk-dev] [PATCH v2 07/19] rib: fix missing header includes

2021-01-15 Thread Bruce Richardson
The standard integer types, and the size_t types are missing their required header includes in the rib header file. Fixes: 5a5793a5ffa2 ("rib: add RIB library") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_rib/rte_rib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a