Skip to content

Commit

Permalink
fmacros in utils.c to avoid warning about strcasecmp()
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed May 16, 2011
1 parent cb16b6c commit 330c90b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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. */
Expand Down

0 comments on commit 330c90b

Please sign in to comment.