mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-13 05:35:00 +00:00
Wrap stdint.h in #ifdef HAVE_STDINT_H
This commit is contained in:
parent
55a1117d73
commit
b55f634e96
@ -8,7 +8,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user