]> git.saurik.com Git - redis.git/blobdiff - src/util.c
fmacros in utils.c to avoid warning about strcasecmp()
[redis.git] / src / util.c
index e83dbeddc0e856b4e6a2bfeef72c17e7965b6b6e..f5a23af2aeacd50a31c906223b0355edb7379ef9 100644 (file)
@@ -1,9 +1,11 @@
+#include "fmacros.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 #include <limits.h>
 #include <math.h>
+
 #include "util.h"
 
 /* Glob-style pattern matching. */