Use sys-queue.h from compat library.
Fixes build on platforms that don't have sys/queue.h (eg MUSL).
This commit is contained in:
parent
677d0ece67
commit
92725d4d3f
|
@ -16,7 +16,7 @@
|
|||
#ifndef SERVCONF_H
|
||||
#define SERVCONF_H
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <openbsd-compat/sys-queue.h>
|
||||
|
||||
#define MAX_PORTS 256 /* Max # ports. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue