From 92725d4d3fde675acc0ca040b48f3d0c7be73b7f Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 1 Feb 2020 17:25:09 +1100 Subject: Use sys-queue.h from compat library. Fixes build on platforms that don't have sys/queue.h (eg MUSL). --- servconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servconf.h') diff --git a/servconf.h b/servconf.h index deda09d9..4202a2d0 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. */ -- cgit v1.2.3