Skip to content

Commit

Permalink
rib: fix missing header include
Browse files Browse the repository at this point in the history
[ upstream commit 5d1a531 ]

The rte_rib6 header was using RTE_MIN macro from rte_common.h but not
including the header file.

Fixes: f7e861e ("rib: support IPv6")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
  • Loading branch information
bruce-richardson authored and bluca committed Feb 4, 2021
1 parent f9ec53b commit f733bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/librte_rib/rte_rib6.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <rte_memcpy.h>
#include <rte_compat.h>
#include <rte_common.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit f733bc6

Please sign in to comment.