From ebf8ef61b0d894a61fad1523fc9201e4cbd8b8fd Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 16 May 1990 02:51:05 -0800 Subject: [PATCH] string.h is ANSI C include file possibly distributed as revision 5.4. SCCS-vsn: usr.bin/ctags/ctags.c 5.6 --- usr/src/usr.bin/ctags/ctags.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/ctags/ctags.c b/usr/src/usr.bin/ctags/ctags.c index 7bef79603d..beba484051 100644 --- a/usr/src/usr.bin/ctags/ctags.c +++ b/usr/src/usr.bin/ctags/ctags.c @@ -22,11 +22,11 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ctags.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)ctags.c 5.6 (Berkeley) %G%"; #endif /* not lint */ #include -#include +#include /* * ctags: create a tags file -- 2.20.1