[PATCH 1/1] fix inclusion of util.h
Christian Hesse
list at eworm.de
Wed Jul 2 17:18:50 EST 2014
From: Christian Hesse <mail at eworm.de>
---
sshkey.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sshkey.c b/sshkey.c
index 24023d0..0c9032b 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -39,7 +39,9 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
-#include <util.h>
+#ifdef HAVE_UTIL_H
+# include <util.h>
+#endif
#include "ssh2.h"
#include "ssherr.h"
--
2.0.1
More information about the openssh-unix-dev
mailing list