mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
Actually put HAVE_STDINT_H around the stdint.h.
This commit is contained in:
parent
73541f29f0
commit
7a01f61be8
@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#ifdef HAVE_STDINT_H
|
#ifdef HAVE_STDINT_H
|
||||||
# include <stdlib.h>
|
# include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifndef HAVE_ARC4RANDOM_UNIFORM
|
#ifndef HAVE_ARC4RANDOM_UNIFORM
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user