Skip to content

Commit

Permalink
node: fix missing header include
Browse files Browse the repository at this point in the history
[ upstream commit b9a396b ]

The rte_compat header file is needed for the '__rte_experimental' macro.

Fixes: f00708c ("node: add IPv4 rewrite and lookup control")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
bruce-richardson authored and bluca committed Feb 4, 2021
1 parent 6946b6c commit bd76caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/librte_node/rte_node_ip4_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extern "C" {
#endif

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

/**
* IP4 lookup next nodes.
Expand Down

0 comments on commit bd76caa

Please sign in to comment.