[PATCH] build: ssh-agent: condition util.h include
Damien Miller
djm at mindrot.org
Thu May 21 18:18:31 AEST 2015
ha, I just pushed a the same diff
On Thu, 21 May 2015, Alon Bar-Lev wrote:
> Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
> ---
> ssh-agent.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/ssh-agent.c b/ssh-agent.c
> index 9e2a37f..415a5ea 100644
> --- a/ssh-agent.c
> +++ b/ssh-agent.c
> @@ -68,7 +68,9 @@
> #include <time.h>
> #include <string.h>
> #include <unistd.h>
> +#ifdef HAVE_UTIL_H
> #include <util.h>
> +#endif
>
> #include "key.h" /* XXX for typedef */
> #include "buffer.h" /* XXX for typedef */
> --
> 2.3.6
>
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
>
More information about the openssh-unix-dev
mailing list