node: fix missing header include
The rte_compat header file is needed for the '__rte_experimental' macro.
Fixes: f00708c2aa
("node: add IPv4 rewrite and lookup control")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
parent
7012833094
commit
b9a396b0fd
@ -21,6 +21,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_compat.h>
|
||||
|
||||
/**
|
||||
* IP4 lookup next nodes.
|
||||
|
Loading…
Reference in New Issue
Block a user