mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-28 07:14:31 +08:00
Wrap stdint.h in ifdef HAVE_STDINT_H.
This commit is contained in:
parent
429170f273
commit
1af3354aea
@ -16,7 +16,9 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user