summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 314fb92..614dea5 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>
OpenPOWER on IntegriCloud