summaryrefslogtreecommitdiffstats
path: root/xmalloc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-10-09 00:06:35 +0200
committerDamien Miller <djm@mindrot.org>2019-10-09 00:06:35 +0200
commitcfc1897a2002ec6c4dc879b24e8b3153c87ea2cf (patch)
treeebeec2716f65dbb23cf0db174b2b82833c0b8fc2 /xmalloc.c
parentavoid "return (value)" in void-declared function (diff)
downloadopenssh-cfc1897a2002ec6c4dc879b24e8b3153c87ea2cf.tar.xz
openssh-cfc1897a2002ec6c4dc879b24e8b3153c87ea2cf.zip
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 'xmalloc.c')
-rw-r--r--xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index dc22757b0..9cd0127dd 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -17,7 +17,7 @@
#include <stdarg.h>
#ifdef HAVE_STDINT_H
-#include <stdint.h>
+# include <stdint.h>
#endif
#include <stdio.h>
#include <stdlib.h>