Need all of the TAILQ bits.

This commit is contained in:
Nicholas Marriott 2021-07-14 11:09:28 +01:00
parent d723466df2
commit 0ea6cdca90

View File

@ -617,7 +617,7 @@ AC_CHECK_DECL(
)
AC_CHECK_DECL(
TAILQ_PREV,
found_queue_h=yes,
,
found_queue_h=no,
[#include <sys/queue.h>]
)