Add missing #include "namespace.h".
This commit is contained in:
parent
7599ad308f
commit
2b6839cf10
@ -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() */
|
||||
|
Loading…
Reference in New Issue
Block a user