mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-07 09:31:52 +00:00
Wrap stdint.h include in ifdef.
This commit is contained in:
parent
08d9e9516e
commit
09e6a7d835
@ -10,7 +10,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