From e91b4e3b6e3f575246a7ba650107d9b6c4015178 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 27 Dec 2020 07:30:41 +0100 Subject: [PATCH] info: Add #include for portability We get strncasecmp() from . This is a BSDism; POSIX provides it in . Missed in commit 8fdd0259f2d, v4.2.19. Signed-off-by: Markus Armbruster --- src/lib/commands/info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/commands/info.c b/src/lib/commands/info.c index 6549f24e9..cd9d4a008 100644 --- a/src/lib/commands/info.c +++ b/src/lib/commands/info.c @@ -41,6 +41,7 @@ #include #include #if !defined(_WIN32) +#include #include #endif #include "commands.h" -- 2.43.0