From 4b03900402c53a366d370d36badf0d75fee02269 Mon Sep 17 00:00:00 2001 From: fengbojiang Date: Tue, 5 Jul 2022 14:50:22 +0800 Subject: [PATCH] Add include rte_eth_bond_8023ad.h. Fix #681. --- lib/ff_dpdk_if.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ff_dpdk_if.c b/lib/ff_dpdk_if.c index e6da3e736..38c2b3bd2 100644 --- a/lib/ff_dpdk_if.c +++ b/lib/ff_dpdk_if.c @@ -53,6 +53,7 @@ #include #include #include +#include #include "ff_dpdk_if.h" #include "ff_dpdk_pcap.h"