Use bsd_queue.h instead. Signed-off-by: Stephen Hemminger <step...@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