From: antirez Date: Mon, 16 May 2011 15:20:27 +0000 (+0200) Subject: fmacros in utils.c to avoid warning about strcasecmp() X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/330c90b01848f0f7b945aafd0f36c1703adbfd7f?ds=sidebyside fmacros in utils.c to avoid warning about strcasecmp() --- diff --git a/src/util.c b/src/util.c index e83dbedd..f5a23af2 100644 --- a/src/util.c +++ b/src/util.c @@ -1,9 +1,11 @@ +#include "fmacros.h" #include #include #include #include #include #include + #include "util.h" /* Glob-style pattern matching. */