[openssh-commits] [openssh] 01/01: conditionalise util.h inclusion

git+noreply at mindrot.org git+noreply at mindrot.org
Thu May 21 17:55:41 AEST 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit e97201feca10b5196da35819ae516d0b87cf3a50
Author: Damien Miller <djm at mindrot.org>
Date:   Thu May 21 17:55:15 2015 +1000

    conditionalise util.h inclusion
---
 ssh-agent.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ssh-agent.c b/ssh-agent.c
index 9e2a37f..34b19b7 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -68,7 +68,9 @@
 #include <time.h>
 #include <string.h>
 #include <unistd.h>
-#include <util.h>
+#ifdef HAVE_UTIL_H
+# include <util.h>
+#endif
 
 #include "key.h"	/* XXX for typedef */
 #include "buffer.h"	/* XXX for typedef */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list