mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add missing "#include <string.h>" for memcmp, noticed by gcc3.
This commit is contained in:
parent
713904f0f0
commit
653b788c5e
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ctags.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue