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

View File

@ -24,7 +24,9 @@
#include "openbsd-compat/openssl-compat.h" #include "openbsd-compat/openssl-compat.h"
#endif #endif
#ifdef HAVE_STDINT_H
# include <stdint.h> # include <stdint.h>
#endif
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <netdb.h> #include <netdb.h>

View File

@ -24,7 +24,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#ifdef HAVE_STDINT_H
# include <stdint.h> # include <stdint.h>
#endif
#include "ssherr.h" #include "ssherr.h"
#include "sshbuf.h" #include "sshbuf.h"