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

View file

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