From a225af6d71d1681d1491a065c1917190cea6647d Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Thu, 12 Mar 2026 22:33:28 -0600 Subject: [PATCH] fix: add strings.h for Perl strcasecmp funcs --- plugins/perl/perl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 3671353f..23b80206 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -32,6 +32,7 @@ #include #else #include +#include #endif #include