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 145239342..b2123c6c7 100644
--- a/servconf.c
+++ b/servconf.c
@@ -30,7 +30,9 @@
30#include <unistd.h> 30#include <unistd.h>
31#include <stdarg.h> 31#include <stdarg.h>
32#include <errno.h> 32#include <errno.h>
33#ifdef HAVE_UTIL_H
33#include <util.h> 34#include <util.h>
35#endif
34 36
35#include "openbsd-compat/sys-queue.h" 37#include "openbsd-compat/sys-queue.h"
36#include "xmalloc.h" 38#include "xmalloc.h"