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:
Bruce Richardson 2021-01-15 11:10:46 +00:00 committed by David Marchand
parent 7012833094
commit b9a396b0fd

View File

@ -21,6 +21,7 @@ extern "C" {
#endif
#include <rte_common.h>
#include <rte_compat.h>
/**
* IP4 lookup next nodes.