Add missing "#include <string.h>" for memcmp, noticed by gcc3.
This commit is contained in:
parent
45e15dba2c
commit
96c9236fd0
@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ctags.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user