strcasecmp requires strings.h

This commit is contained in:
Pierre Riteau 2010-05-25 14:00:41 +02:00
parent 4693a51707
commit 7302a5ec69
1 changed files with 1 additions and 0 deletions

1
test.c
View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "hiredis.h"