From: Bruce Richardson Date: Fri, 15 Jan 2021 11:10:46 +0000 (+0000) Subject: node: fix missing header include X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b9a396b0fd4e04c107254768199007c3963510ee;p=dpdk.git node: fix missing header include The rte_compat header file is needed for the '__rte_experimental' macro. Fixes: f00708c2aa53 ("node: add IPv4 rewrite and lookup control") Cc: stable@dpdk.org Signed-off-by: Bruce Richardson Reviewed-by: David Marchand --- 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 +#include /** * IP4 lookup next nodes.