Use DPDK not system version. Not really a requirement but better to avoid any possible conflict.
Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- app/dumpcap/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dumpcap/main.c b/app/dumpcap/main.c index 3d3c0dbc66..f28392d6cd 100644 --- a/app/dumpcap/main.c +++ b/app/dumpcap/main.c @@ -17,12 +17,12 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/queue.h> #include <sys/types.h> #include <sys/utsname.h> #include <time.h> #include <unistd.h> +#include <bsd_queue.h> #include <rte_alarm.h> #include <rte_bitops.h> #include <rte_bpf.h> -- 2.47.2