diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 23:04:23 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 23:04:23 +0000 |
| commit | cafefe8c1b76269ef8cc8d4e7d499ad906d663de (patch) | |
| tree | 5ed494ef479747a729c33dd6fcfc26c15c6fe70a /bin/cat | |
| parent | 6ce2587d28edd148b55cc1a8c9cf272930d7f6b8 (diff) | |
Notes
Diffstat (limited to 'bin/cat')
| -rw-r--r-- | bin/cat/cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c index c2f11dd7f505..30ab5bf9b85d 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -57,6 +57,7 @@ static const char rcsid[] = #include <locale.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> int bflag, eflag, nflag, sflag, tflag, vflag; |
