]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Wrap stdint.h in HAVE_STDINT_H
authorDarren Tucker <dtucker@zip.com.au>
Mon, 1 May 2017 03:19:41 +0000 (13:19 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Mon, 1 May 2017 03:53:55 +0000 (13:53 +1000)
scp.c

diff --git a/scp.c b/scp.c
index 3a651c664803dac1c6fe47b99055e3790ed0778f..b8895a65d51578dd5434dc22a5da878c37780b60 100644 (file)
--- 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>