aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/unexpand
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 04:33:03 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 04:33:03 +0000
commit5b116430fc5fabd5c0a78f28764a8e75d4469ba8 (patch)
treee90cbe91857b34d4437b355c12ccfb89bd01884a /usr.bin/unexpand
parentc93bd87abaf313a0720490502f575158b9534a93 (diff)
downloadsrc-5b116430fc5fabd5c0a78f28764a8e75d4469ba8.tar.gz
src-5b116430fc5fabd5c0a78f28764a8e75d4469ba8.zip
Notes
Diffstat (limited to 'usr.bin/unexpand')
-rw-r--r--usr.bin/unexpand/unexpand.c3
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];