search for: 0c9032b

Displaying 1 result from an estimated 1 matches for "0c9032b".

Did you mean: 0c09052b
2014 Jul 02
0
[PATCH 1/1] fix inclusion of util.h
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