summaryrefslogtreecommitdiff
path: root/sshkey.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-02 17:43:41 +1000
committerDamien Miller <djm@mindrot.org>2014-07-02 17:43:41 +1000
commit82b2482ce68654815ee049b9bf021bb362a35ff2 (patch)
treedb87da9540d93e6e3deaac989c600c999177b004 /sshkey.c
parentdd8b1dd7933eb6f5652641b0cdced34a387f2e80 (diff)
downloadopenssh-git-82b2482ce68654815ee049b9bf021bb362a35ff2.tar.gz
- (djm) [sshkey.c] Conditionalise inclusion of util.h
Diffstat (limited to 'sshkey.c')
-rw-r--r--sshkey.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshkey.c b/sshkey.c
index 24023d03..c4a4b046 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -39,7 +39,9 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
+#ifdef HAVE_UTIL_H
#include <util.h>
+#endif /* HAVE_UTIL_H */
#include "ssh2.h"
#include "ssherr.h"