diff options
author | Darren Tucker <dtucker@zip.com.au> | 2017-05-01 05:19:41 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2017-05-01 05:53:55 +0200 |
commit | 329037e389f02ec95c8e16bf93ffede94d3d44ce (patch) | |
tree | ad9c256e4dbfcaa3bded19183e2089c2f0f5c014 /scp.c | |
parent | upstream commit (diff) | |
download | openssh-329037e389f02ec95c8e16bf93ffede94d3d44ce.tar.xz openssh-329037e389f02ec95c8e16bf93ffede94d3d44ce.zip |
Wrap stdint.h in HAVE_STDINT_H
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |