mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
#include <string.h> for strlen()'s prototype.
This commit is contained in:
parent
185ec971c5
commit
e8cfa64a75
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* This function uses a presently undocumented interface to the kernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue