Commit 330c90b0 authored by antirez's avatar antirez
Browse files

fmacros in utils.c to avoid warning about strcasecmp()

parent cb16b6c3
#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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment