aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rs/rs.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
commit32744e40cd245f04ae7eabd1b82018939d78b14f (patch)
treee746124b16ee97bb757dbd06a98df44c2ac06841 /usr.bin/rs/rs.c
parenta8b1e5be582ec0cc5957d5a29bdbd8261f919405 (diff)
downloadsrc-32744e40cd245f04ae7eabd1b82018939d78b14f.tar.gz
src-32744e40cd245f04ae7eabd1b82018939d78b14f.zip
Add #include <string.h> to get prototypes.
Notes
Notes: svn path=/head/; revision=33648
Diffstat (limited to 'usr.bin/rs/rs.c')
-rw-r--r--usr.bin/rs/rs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c
index a023db94f943..b495a8f630c2 100644
--- a/usr.bin/rs/rs.c
+++ b/usr.bin/rs/rs.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: rs.c,v 1.3 1997/08/07 06:42:37 charnier Exp $";
#endif /* not lint */
/*
@@ -55,6 +55,7 @@ static const char rcsid[] =
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
long flags;
#define TRANSPOSE 000001