From 4890ae810e5fa1cbe30b6efe3463bf092de6c835 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 23 Apr 2001 10:38:26 +0000 Subject: [PATCH] Add #include "un-namespace.h" --- lib/libc/stdlib/rand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c index 314fb929c45..614dea5594c 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 /* for sranddev() */ #include #include /* for sranddev() */ +#include "un-namespace.h" #ifdef TEST #include