From 42a7b48fd1f3643e962c75a6003a305851064763 Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Mon, 22 Apr 2024 14:51:40 -0500 Subject: [PATCH] strutils.h: Include strings.h header for strncasecmp function Signed-off-by: Jordan Williams --- include/strutils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/strutils.h b/include/strutils.h index e9f8a0ce04..b9f3e08ec6 100644 --- a/include/strutils.h +++ b/include/strutils.h @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include -- 2.47.3