mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
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
|
#ifndef HAVE_MEMMEM
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
|
twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user