From 50dfdf56055613738a32356836809a3ddfc2bc6a Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 17 Sep 2020 12:16:34 -0700 Subject: include strings.h for str(n)casecmp These POSIX functions are declared in strings.h, so include this header explicitly instead of relying on the libc's default feature-test macros to include it through string.h. --- magrep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'magrep.c') diff --git a/magrep.c b/magrep.c index 6f93a57..72ce1bb 100644 --- a/magrep.c +++ b/magrep.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include "blaze822.h" -- cgit 1.4.1