random.h moved to sys/
This commit is contained in:
parent
b0c6f4cf7a
commit
e7ba2e401c
@ -29,13 +29,13 @@ static const char rcsid[] =
|
||||
"$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/random.h>
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <machine/random.h>
|
||||
|
||||
static void
|
||||
usage()
|
||||
|
Loading…
Reference in New Issue
Block a user