From f9393c5e723b94082c652392675265ac8ea1e8df Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Fri, 8 Feb 2002 03:01:03 +0000 Subject: [PATCH] add missing to give strcpy() a prototype --- usr.bin/ctags/fortran.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 05b4acbf72f3..2195606242c4 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include "ctags.h"