summaryrefslogtreecommitdiffstats
path: root/scp.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-05-01 05:19:41 +0200
committerDarren Tucker <dtucker@zip.com.au>2017-05-01 05:53:55 +0200
commit329037e389f02ec95c8e16bf93ffede94d3d44ce (patch)
treead9c256e4dbfcaa3bded19183e2089c2f0f5c014 /scp.c
parentupstream commit (diff)
downloadopenssh-329037e389f02ec95c8e16bf93ffede94d3d44ce.tar.xz
openssh-329037e389f02ec95c8e16bf93ffede94d3d44ce.zip
Wrap stdint.h in HAVE_STDINT_H
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scp.c b/scp.c
index 3a651c664..b8895a65d 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>