mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
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
|
#ifndef SERVCONF_H
|
||||||
#define SERVCONF_H
|
#define SERVCONF_H
|
||||||
|
|
||||||
#include <sys/queue.h>
|
#include <openbsd-compat/sys-queue.h>
|
||||||
|
|
||||||
#define MAX_PORTS 256 /* Max # ports. */
|
#define MAX_PORTS 256 /* Max # ports. */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user