From 7a01f61be8d0aca0e975e7417f26371495fe7674 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 8 Aug 2022 12:17:04 +1000 Subject: Actually put HAVE_STDINT_H around the stdint.h. --- openbsd-compat/arc4random_uniform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat') diff --git a/openbsd-compat/arc4random_uniform.c b/openbsd-compat/arc4random_uniform.c index 1dfec8f6..b1a8aeea 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 /* -- cgit v1.2.1