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 [...]")

(cherry picked from commit b8770ce1df)
This commit is contained in:
Kyle Evans 2025-01-12 14:08:41 -06:00
parent 7fbbab2d32
commit 18790167dc

View file

@ -32,6 +32,7 @@
#include <err.h>
#include <stdbool.h>
#include <string.h>
#include <openssl/err.h>
#include <openssl/ssl.h>