[openssh-commits] [openssh] 01/02: Wrap stdint.h in HAVE_STDINT_H

git+noreply at mindrot.org git+noreply at mindrot.org
Mon May 1 13:54:23 AEST 2017


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

dtucker pushed a commit to branch master
in repository openssh.

commit 329037e389f02ec95c8e16bf93ffede94d3d44ce
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Mon May 1 13:19:41 2017 +1000

    Wrap stdint.h in HAVE_STDINT_H
---
 scp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scp.c b/scp.c
index 3a651c66..b8895a65 100644
--- a/scp.c
+++ b/scp.c
@@ -99,7 +99,9 @@
 #include <pwd.h>
 #include <signal.h>
 #include <stdarg.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

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


More information about the openssh-commits mailing list