projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb16b6c
)
fmacros in utils.c to avoid warning about strcasecmp()
author
antirez
<antirez@metal.(none)>
Mon, 16 May 2011 15:20:27 +0000
(17:20 +0200)
committer
antirez
<antirez@metal.(none)>
Mon, 16 May 2011 15:20:27 +0000
(17:20 +0200)
src/util.c
patch
|
blob
|
blame
|
history
diff --git
a/src/util.c
b/src/util.c
index e83dbeddc0e856b4e6a2bfeef72c17e7965b6b6e..f5a23af2aeacd50a31c906223b0355edb7379ef9 100644
(file)
--- a/
src/util.c
+++ b/
src/util.c
@@
-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. */