From 905e2a3b8046e227bf02410def56b0c2535de14f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 6 Dec 2015 23:32:18 -0600 Subject: refresh nc(1) support --- include/compat/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/compat/stdlib.h b/include/compat/stdlib.h index 506d463..781be77 100644 --- a/include/compat/stdlib.h +++ b/include/compat/stdlib.h @@ -22,6 +22,7 @@ #ifndef HAVE_ARC4RANDOM_BUF uint32_t arc4random(void); void arc4random_buf(void *_buf, size_t n); +uint32_t arc4random_uniform(uint32_t upper_bound); #endif #ifndef HAVE_REALLOCARRAY -- cgit v1.2.3-55-g6feb