Skip to content

Commit

Permalink
rib: fix missing header include
Browse files Browse the repository at this point in the history
The rte_rib6 header was using RTE_MIN macro from rte_common.h but not
including the header file.

Fixes: f7e861e ("rib: support IPv6")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
  • Loading branch information
bruce-richardson authored and david-marchand committed Jan 29, 2021
1 parent deb6ea1 commit 5d1a531
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 5d1a531

Please sign in to comment.