Add missing "#include <string.h>" for memcmp, noticed by gcc3.

This commit is contained in:
dwmalone 2002-02-27 14:56:58 +00:00
parent 45e15dba2c
commit 96c9236fd0

View File

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