mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Add missing #include for string routines.
This commit is contained in:
parent
ef636796f6
commit
b3c73ef101
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <a.out.h>
|
||||
#include <err.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gprof.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue