summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/rand.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-23 10:38:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-23 10:38:26 +0000
commit4890ae810e5fa1cbe30b6efe3463bf092de6c835 (patch)
tree2203b0bfd752eb300d880b6e71e45089c2212829 /lib/libc/stdlib/rand.c
parent848422bb7dafd25149d53667508d0b87ce65def5 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/rand.c')
-rw-r--r--lib/libc/stdlib/rand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c
index 314fb929c45e5..614dea5594c40 100644
--- a/lib/libc/stdlib/rand.c
+++ b/lib/libc/stdlib/rand.c
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#)rand.c 8.1 (Berkeley) 6/14/93";
#include <fcntl.h> /* for sranddev() */
#include <stdlib.h>
#include <unistd.h> /* for sranddev() */
+#include "un-namespace.h"
#ifdef TEST
#include <stdio.h>