summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authordtucker <dtucker>2013-05-16 10:47:31 +0000
committerdtucker <dtucker>2013-05-16 10:47:31 +0000
commit5ae6fafa956b53e9b0ecaf75bb3a5564d083e7c6 (patch)
treec388ff46620cf5431f719c67a34e56bbb01d2455 /servconf.c
parent86131d93e5a731c99d7b3d2d32518d3472b95c03 (diff)
downloadopenssh-5ae6fafa956b53e9b0ecaf75bb3a5564d083e7c6.tar.gz
- (dtucker) [configure.ac readconf.c servconf.c
openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled.
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"