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:
parent
071b9b78c4
commit
f5bf8249d5
@ -19,6 +19,8 @@
|
||||
* for IPv4 Longest Prefix Match
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -19,6 +19,8 @@
|
||||
* for IPv6 Longest Prefix Match
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user