From: Darren Tucker Date: Mon, 8 Aug 2022 02:17:04 +0000 (+1000) Subject: Actually put HAVE_STDINT_H around the stdint.h. X-Git-Tag: V_9_1_P1~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a01f61be8d0aca0e975e7417f26371495fe7674;p=thirdparty%2Fopenssh-portable.git Actually put HAVE_STDINT_H around the stdint.h. --- diff --git a/openbsd-compat/arc4random_uniform.c b/openbsd-compat/arc4random_uniform.c index 1dfec8f6c..b1a8aeea2 100644 --- a/openbsd-compat/arc4random_uniform.c +++ b/openbsd-compat/arc4random_uniform.c @@ -20,10 +20,10 @@ #include "includes.h" -#include #ifdef HAVE_STDINT_H -# include +# include #endif +#include #ifndef HAVE_ARC4RANDOM_UNIFORM /*