Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/Unix/System.Native/pal_random.c')
-rw-r--r--src/Native/Unix/System.Native/pal_random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Unix/System.Native/pal_random.c b/src/Native/Unix/System.Native/pal_random.c
index dfc81b03e0..ddbed43f98 100644
--- a/src/Native/Unix/System.Native/pal_random.c
+++ b/src/Native/Unix/System.Native/pal_random.c
@@ -13,6 +13,7 @@
#include <errno.h>
#include "pal_config.h"
+#include "pal_random.h"
/*
Generate random bytes. The generated bytes are not cryptographically strong.