mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
pkg: include missing <string.h>
My local environment seems to be seeing some pollution; we need
<string.h> for strlen.
PR: 284021
Fixes: 2e065d74a5 ("pkg: add a pkgsign_verify_data [...]")
MFC after: immediately (trivial build fix)
This commit is contained in:
parent
a9a71513cc
commit
b8770ce1df
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <err.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue