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
This commit is contained in:
Damien Miller
2019-10-09 09:06:35 +11:00
parent 13b3369830
commit cfc1897a20
12 changed files with 16 additions and 12 deletions
+3 -1
View File
@@ -24,7 +24,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#include "ssherr.h"
#include "sshbuf.h"