On Wed, 24 Jul 2019 09:18:38 +0100
Sergei Trofimovich wrote:
> On sys/queue.h does not exist linux-musl targets and
> fails build as:
>
> devlink.c:28:10: fatal error: sys/queue.h: No such file or directory
>28 | #include
> | ^
>
> The change pulls in
On sys/queue.h does not exist linux-musl targets and
fails build as:
devlink.c:28:10: fatal error: sys/queue.h: No such file or directory
28 | #include
| ^
The change pulls in 'sys/queue.h' from libbsd in case
system headers don't already provides it.
T