The rte_compat header file is needed for the '__rte_experimental' macro.
Fixes: f00708c2aa53 ("node: add IPv4 rewrite and lookup control")
Cc: [email protected]
Signed-off-by: Bruce Richardson <[email protected]>
---
lib/librte_node/rte_node_ip4_api.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_node/rte_node_ip4_api.h
b/lib/librte_node/rte_node_ip4_api.h
index eb9ebd5f89..46d0d8976b 100644
--- a/lib/librte_node/rte_node_ip4_api.h
+++ b/lib/librte_node/rte_node_ip4_api.h
@@ -21,6 +21,7 @@ extern "C" {
#endif
#include <rte_common.h>
+#include <rte_compat.h>
/**
* IP4 lookup next nodes.
--
2.27.0