diff options
author | Mike Barcroft <mike@FreeBSD.org> | 2002-02-16 09:25:49 +0000 |
---|---|---|
committer | Mike Barcroft <mike@FreeBSD.org> | 2002-02-16 09:25:49 +0000 |
commit | 1a7fa91e8d3217589a62a7bd5e3fad24013f2787 (patch) | |
tree | 058cc2b4ea16b1fec4f5fab7684719d78f002e15 | |
parent | aa7b0c75c56988849af97f6ed7ef6ecf0f792bc6 (diff) | |
download | src-1a7fa91e8d3217589a62a7bd5e3fad24013f2787.tar.gz src-1a7fa91e8d3217589a62a7bd5e3fad24013f2787.zip |
Notes
-rw-r--r-- | usr.bin/biff/biff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index bf20fa913188..81aa4178035e 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 <sys/stat.h> + #include <err.h> #include <stdio.h> +#include <stdlib.h> #include <unistd.h> static void usage __P((void)); |