Add missing #include "namespace.h".

This commit is contained in:
Tim J. Robbins 2003-01-03 23:38:21 +00:00
parent 7599ad308f
commit 2b6839cf10

View File

@ -39,6 +39,7 @@ static char sccsid[] = "@(#)rand.c 8.1 (Berkeley) 6/14/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "namespace.h"
#include <sys/time.h> /* for sranddev() */
#include <sys/types.h>
#include <fcntl.h> /* for sranddev() */