From 82b2482ce68654815ee049b9bf021bb362a35ff2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 2 Jul 2014 17:43:41 +1000 Subject: - (djm) [sshkey.c] Conditionalise inclusion of util.h --- sshkey.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sshkey.c') diff --git a/sshkey.c b/sshkey.c index 24023d03..c4a4b046 100644 --- a/sshkey.c +++ b/sshkey.c @@ -39,7 +39,9 @@ #include #include #include +#ifdef HAVE_UTIL_H #include +#endif /* HAVE_UTIL_H */ #include "ssh2.h" #include "ssherr.h" -- cgit v1.2.1