diff options
| author | Pierre Riteau <priteau@gmail.com> | 2010-05-25 14:00:41 +0200 | 
|---|---|---|
| committer | Pierre Riteau <priteau@gmail.com> | 2010-05-25 14:02:44 +0200 | 
| commit | 7302a5ec69b498f4f04beb4534f6ba33c7bc38be (patch) | |
| tree | af5e798dcefff6e37c6b7eac7b03a8806ab9ac17 | |
| parent | 4693a51707fa5c29853d7df110b424df08114f38 (diff) | |
| download | hiredict-7302a5ec69b498f4f04beb4534f6ba33c7bc38be.tar.xz | |
strcasecmp requires strings.h
| -rw-r--r-- | test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -1,6 +1,7 @@  #include <stdio.h>  #include <stdlib.h>  #include <string.h> +#include <strings.h>  #include "hiredis.h" | 
