mirror of https://mirror.osredm.com/root/redis.git
fmacros in utils.c to avoid warning about strcasecmp()
This commit is contained in:
parent
cb16b6c389
commit
330c90b018
|
@ -1,9 +1,11 @@
|
||||||
|
#include "fmacros.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
/* Glob-style pattern matching. */
|
/* Glob-style pattern matching. */
|
||||||
|
|
Loading…
Reference in New Issue