Make libstand compile

This commit is contained in:
Peter Wemm 2000-09-03 11:29:18 +00:00
parent edc31306f7
commit 06a3891a49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65400
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
/*
* Some data-tables that are often used.
* Cannot be copyrighted.
*
* $FreeBSD$
*/
#include <sys/libkern.h>
#include <sys/types.h>
u_char const bcd2bin_data[] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 0, 0, 0, 0,

View File

@ -34,7 +34,7 @@
* $FreeBSD$
*/
#include <sys/libkern.h>
#include <sys/types.h>
static u_long randseed = 1;