mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
fmacros in utils.c to avoid warning about strcasecmp()
This commit is contained in:
@ -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. */
|
||||||
|
Reference in New Issue
Block a user