summaryrefslogtreecommitdiff
path: root/channels.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 /channels.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 'channels.c')
-rw-r--r--channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels.c b/channels.c
index 47521d3e7..0f45aee4e 100644
--- a/channels.c
+++ b/channels.c
@@ -59,7 +59,7 @@
59#include <netdb.h> 59#include <netdb.h>
60#include <stdarg.h> 60#include <stdarg.h>
61#ifdef HAVE_STDINT_H 61#ifdef HAVE_STDINT_H
62 #include <stdint.h> 62# include <stdint.h>
63#endif 63#endif
64#include <stdio.h> 64#include <stdio.h>
65#include <stdlib.h> 65#include <stdlib.h>