summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-08-08 12:17:04 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-08-08 12:17:04 +1000
commit7a01f61be8d0aca0e975e7417f26371495fe7674 (patch)
treef1b392d7b9d724e76e1e87e67aa499178e28291d /openbsd-compat
parent73541f29f0b50480da6c20dceb7a7191bd8ea7d3 (diff)
downloadopenssh-git-7a01f61be8d0aca0e975e7417f26371495fe7674.tar.gz
Actually put HAVE_STDINT_H around the stdint.h.
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/arc4random_uniform.c4
1 files changed, 2 insertions, 2 deletions
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 <stdint.h>
#ifdef HAVE_STDINT_H
-# include <stdlib.h>
+# include <stdint.h>
#endif
+#include <stdlib.h>
#ifndef HAVE_ARC4RANDOM_UNIFORM
/*