mirror of git://anongit.mindrot.org/openssh.git
Wrap stdint.h include in ifdef HAVE_STDINT_H.
This commit is contained in:
parent
eaf2765efe
commit
05c215de8d
|
@ -28,7 +28,9 @@
|
|||
#ifndef HAVE_MEMMEM
|
||||
|
||||
#include <string.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
static char *
|
||||
twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
|
||||
|
|
Loading…
Reference in New Issue