rib: fix missing header include
The rte_rib6 header was using RTE_MIN macro from rte_common.h but not including the header file. Fixes: f7e861e21c46 ("rib: support IPv6") Cc: stable@dpdk.org Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
This commit is contained in:
parent
deb6ea1d2d
commit
5d1a53130a
@ -20,6 +20,7 @@
|
||||
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_compat.h>
|
||||
#include <rte_common.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user