[RFC 06/47] dumpcap: use bsd_queue.h
Stephen Hemminger
stephen at networkplumber.org
Tue Aug 19 01:27:17 CEST 2025
Use DPDK not system version.
Not really a requirement but better to avoid any possible conflict.
Signed-off-by: Stephen Hemminger <stephen at 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
More information about the dev
mailing list