From 9e2403302e890f96f7e9d9f65355ad993fbfa24d Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:22:57 +0100 Subject: add header to posix_rand_getrandom.c --- src/platform/posix/posix_rand_getrandom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/platform') diff --git a/src/platform/posix/posix_rand_getrandom.c b/src/platform/posix/posix_rand_getrandom.c index 489b2c76..03b0f05f 100644 --- a/src/platform/posix/posix_rand_getrandom.c +++ b/src/platform/posix/posix_rand_getrandom.c @@ -15,6 +15,7 @@ // normally be running. This is the only time it can fail with correct // arguments, and then only if it is interrupted with a signal. +#include #include #include "core/nng_impl.h" @@ -37,4 +38,4 @@ nni_random(void) return (val); } -#endif \ No newline at end of file +#endif -- cgit v1.2.3-70-g09d2