mirror of git://anongit.mindrot.org/openssh.git
Wrap stdint.h in ifdef.
This commit is contained in:
parent
ff714f001d
commit
f4ff91575a
|
@ -28,7 +28,9 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Reference in New Issue