diff options
Diffstat (limited to 'compat/arc4random.h')
-rw-r--r-- | compat/arc4random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/arc4random.h b/compat/arc4random.h index a975fef3cd1b..ea1d6369235b 100644 --- a/compat/arc4random.h +++ b/compat/arc4random.h @@ -13,4 +13,6 @@ #include <stdint.h> uint32_t arc4random(void); +void arc4random_buf(void *, size_t); + #endif |