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

This commit is contained in:
antirez 2011-05-16 17:20:27 +02:00
parent cb16b6c389
commit 330c90b018

View 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. */