summaryrefslogtreecommitdiffstats
path: root/lib/libstand/bcd.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-09-03 11:29:18 +0000
committerpeter <peter@FreeBSD.org>2000-09-03 11:29:18 +0000
commitfc5face4942698aeb5250d1ef60ec5128e8c66e7 (patch)
tree919d8887faac3f307027452112bb771319b8f6bc /lib/libstand/bcd.c
parent1ea926e93d79bf4e3ce719a70f2f95901226ab9f (diff)
downloadFreeBSD-src-fc5face4942698aeb5250d1ef60ec5128e8c66e7.zip
FreeBSD-src-fc5face4942698aeb5250d1ef60ec5128e8c66e7.tar.gz
Make libstand compile
Diffstat (limited to 'lib/libstand/bcd.c')
-rw-r--r--lib/libstand/bcd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/bcd.c b/lib/libstand/bcd.c
index 540ed5f..296c8e9 100644
--- a/lib/libstand/bcd.c
+++ b/lib/libstand/bcd.c
@@ -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,
OpenPOWER on IntegriCloud