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. --- mflow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mflow.c') diff --git a/mflow.c b/mflow.c index af6755d..1013da5 100644 --- a/mflow.c +++ b/mflow.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include "blaze822.h" -- cgit 1.4.1