]> git.saurik.com Git - redis.git/commitdiff
fmacros in utils.c to avoid warning about strcasecmp()
authorantirez <antirez@metal.(none)>
Mon, 16 May 2011 15:20:27 +0000 (17:20 +0200)
committerantirez <antirez@metal.(none)>
Mon, 16 May 2011 15:20:27 +0000 (17:20 +0200)
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. */