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;