From: Darren Tucker Date: Sat, 1 Feb 2020 06:25:09 +0000 (+1100) Subject: Use sys-queue.h from compat library. X-Git-Tag: V_8_2_P1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92725d4d3fde675acc0ca040b48f3d0c7be73b7f;p=thirdparty%2Fopenssh-portable.git Use sys-queue.h from compat library. Fixes build on platforms that don't have sys/queue.h (eg MUSL). --- 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 +#include #define MAX_PORTS 256 /* Max # ports. */