mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Add missing "#include <string.h>" for memcmp, noticed by gcc3.
This commit is contained in:
parent
713904f0f0
commit
653b788c5e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91382
@ -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