From 06a3891a491f4f4f88046ab445c946f27a6977ac Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 3 Sep 2000 11:29:18 +0000 Subject: [PATCH] Make libstand compile --- lib/libstand/bcd.c | 4 +++- lib/libstand/random.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libstand/bcd.c b/lib/libstand/bcd.c index 540ed5f61f66..296c8e94c276 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 +#include u_char const bcd2bin_data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 0, 0, 0, 0, diff --git a/lib/libstand/random.c b/lib/libstand/random.c index 35ddea1add68..13af195f49cd 100644 --- a/lib/libstand/random.c +++ b/lib/libstand/random.c @@ -34,7 +34,7 @@ * $FreeBSD$ */ -#include +#include static u_long randseed = 1;