[PATCH] build: ssh-agent: condition util.h include

Alon Bar-Lev alon.barlev at gmail.com
Thu May 21 18:15:59 AEST 2015


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



More information about the openssh-unix-dev mailing list