summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c
index 14523934..b2123c6c 100644
--- a/servconf.c
+++ b/servconf.c
@@ -30,7 +30,9 @@
#include <unistd.h>
#include <stdarg.h>
#include <errno.h>
+#ifdef HAVE_UTIL_H
#include <util.h>
+#endif
#include "openbsd-compat/sys-queue.h"
#include "xmalloc.h"