diff options
author | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:33:03 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:33:03 +0000 |
commit | 5b116430fc5fabd5c0a78f28764a8e75d4469ba8 (patch) | |
tree | e90cbe91857b34d4437b355c12ccfb89bd01884a /usr.bin/unexpand/unexpand.c | |
parent | c93bd87abaf313a0720490502f575158b9534a93 (diff) |
Notes
Diffstat (limited to 'usr.bin/unexpand/unexpand.c')
-rw-r--r-- | usr.bin/unexpand/unexpand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index b0c069bcb897..4d70913d7b2d 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unexpand.c,v 1.2 1997/08/20 11:05:28 charnier Exp $"; + "$Id: unexpand.c,v 1.3 1997/08/26 11:02:36 charnier Exp $"; #endif /* not lint */ /* @@ -50,6 +50,7 @@ static const char rcsid[] = */ #include <err.h> #include <stdio.h> +#include <string.h> char genbuf[BUFSIZ]; char linebuf[BUFSIZ]; |