summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-02-01 17:25:09 +1100
committerDarren Tucker <dtucker@dtucker.net>2020-02-01 17:25:09 +1100
commit92725d4d3fde675acc0ca040b48f3d0c7be73b7f (patch)
tree0e93aeff016e26c94a1e09f6316bd8de20c76214 /servconf.h
parent677d0ece67634262b3b96c3cd6410b19f3a603b7 (diff)
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 @@
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
18 18
19#include <sys/queue.h> 19#include <openbsd-compat/sys-queue.h>
20 20
21#define MAX_PORTS 256 /* Max # ports. */ 21#define MAX_PORTS 256 /* Max # ports. */
22 22