add missing <string.h> to give strcpy() a prototype

This commit is contained in:
Andrew Gallatin 2002-02-08 03:01:03 +00:00
parent de9ac44a24
commit f9393c5e72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90382

View File

@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include "ctags.h"