summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-10-09 09:06:35 +1100
committerDamien Miller <djm@mindrot.org>2019-10-09 09:06:35 +1100
commitcfc1897a2002ec6c4dc879b24e8b3153c87ea2cf (patch)
treeebeec2716f65dbb23cf0db174b2b82833c0b8fc2 /scp.c
parent13b3369830a43b89a503915216a23816d1b25744 (diff)
wrap stdint.h include in HAVE_STDINT_H
make the indenting a little more consistent too.. Fixes Solaris 2.6; reported by Tom G. Christensen
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index 84a76d0b8..0348d0673 100644
--- a/scp.c
+++ b/scp.c
@@ -101,7 +101,7 @@
101#include <signal.h> 101#include <signal.h>
102#include <stdarg.h> 102#include <stdarg.h>
103#ifdef HAVE_STDINT_H 103#ifdef HAVE_STDINT_H
104#include <stdint.h> 104# include <stdint.h>
105#endif 105#endif
106#include <stdio.h> 106#include <stdio.h>
107#include <stdlib.h> 107#include <stdlib.h>