summaryrefslogtreecommitdiff
path: root/readconf.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 /readconf.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 'readconf.c')
-rw-r--r--readconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/readconf.c b/readconf.c
index dccf3ba1..cbc1981a 100644
--- a/readconf.c
+++ b/readconf.c
@@ -30,7 +30,9 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#ifdef HAVE_UTIL_H
#include <util.h>
+#endif
#include "xmalloc.h"
#include "ssh.h"