[RFC 15/47] log: replace use of sys/queue.h

Stephen Hemminger stephen at networkplumber.org
Tue Aug 19 01:27:26 CEST 2025


Use bsd_queue.h instead.

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/log/log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/log/log.c b/lib/log/log.c
index 8ad5250a13..63289dd9a6 100644
--- a/lib/log/log.c
+++ b/lib/log/log.c
@@ -11,9 +11,9 @@
 #include <errno.h>
 #include <regex.h>
 #include <fnmatch.h>
-#include <sys/queue.h>
 #include <unistd.h>
 
+#include <bsd_queue.h>
 #include <eal_export.h>
 #include <rte_common.h>
 #include <rte_log.h>
-- 
2.47.2



More information about the dev mailing list