From 4a18afa32951eaeef97f22e4064eb7c0af6b5a26 Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 16 Feb 2002 09:25:49 +0000 Subject: Add header to prototype exit(3). Fix a style bug. --- usr.bin/biff/biff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/biff') diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index bf20fa9..81aa417 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -47,8 +47,10 @@ static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; __FBSDID("$FreeBSD$"); #include + #include #include +#include #include static void usage __P((void)); -- cgit v1.1