fib: fix missing header includes

Add stdint.h to get definitions of standard integer types

Fixes: 39e9272484 ("fib: add FIB library")
Fixes: 40d41a8a7b ("fib: support IPv6")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
Bruce Richardson 2021-01-15 11:10:42 +00:00 committed by David Marchand
parent 071b9b78c4
commit f5bf8249d5
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
* for IPv4 Longest Prefix Match
*/
#include <stdint.h>
#include <rte_compat.h>
#ifdef __cplusplus

View File

@ -19,6 +19,8 @@
* for IPv6 Longest Prefix Match
*/
#include <stdint.h>
#include <rte_compat.h>
#ifdef __cplusplus