summaryrefslogtreecommitdiffstats
path: root/servconf.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-02-01 07:25:09 +0100
committerDarren Tucker <dtucker@dtucker.net>2020-02-01 07:25:09 +0100
commit92725d4d3fde675acc0ca040b48f3d0c7be73b7f (patch)
tree0e93aeff016e26c94a1e09f6316bd8de20c76214 /servconf.h
parentupstream: regress test for sshd_config Include directive; from Jakub (diff)
downloadopenssh-92725d4d3fde675acc0ca040b48f3d0c7be73b7f.tar.xz
openssh-92725d4d3fde675acc0ca040b48f3d0c7be73b7f.zip
Use sys-queue.h from compat library.
Fixes build on platforms that don't have sys/queue.h (eg MUSL).
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index deda09d93..4202a2d02 100644
--- a/servconf.h
+++ b/servconf.h
@@ -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. */